-
Notifications
You must be signed in to change notification settings - Fork 526
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
No podspec file was found #462
Comments
|
|
I have same issue! |
I've opened a PR to bring this library up to date with the latest version of React Native, and thus bringing support for CocoaPods: #472 |
The latest beta ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[!] use_native_modules! skipped the react-native dependency 'react-native-admob'. No podspec file was found.
- Check to see if there is an updated version that contains the necessary podspec file
- Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven
podspec. See https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable autolinking for the dependency and link it manually. See
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
The text was updated successfully, but these errors were encountered: