Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are multiple dependencies with different sources for RNMlKit in Podfile #30

Open
VikasReactNative opened this issue Dec 6, 2021 · 1 comment

Comments

@VikasReactNative
Copy link

Screenshot 2021-12-06 at 4 57 11 PM

@Thanhal-P-A
Copy link

Thanhal-P-A commented Dec 29, 2021

Open project/ios/Podspec

then change
pod 'RNMlKit', :path => '../node_modules/react-native-firebase-mlkit'

to
pod 'RNMlKit', :path => '../node_modules/react-native-firebase-mlkit/ios'

After changing this, if an issue like pod install -> ERROR | attributes: Missing required attribute occur, then add summary in node_modules/react-native-firebase-mlkit/package.json like description in it.

Ref : add summary file to fix podspec issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants