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

install on iOS #5

Open
mustafakameldev opened this issue Jun 19, 2022 · 2 comments
Open

install on iOS #5

mustafakameldev opened this issue Jun 19, 2022 · 2 comments

Comments

@mustafakameldev
Copy link

mustafakameldev commented Jun 19, 2022

After installing the package and add source 'https://github.com/brightcove/BrightcoveSpecs.git' to Podfile
then command pod install && pod update

I got this issue [!] Unable to find a specification for `Google-Mobile-Ads-SDK (~> 8.11.0)` depended upon by `react-native-brightcove-ima-player`

Analyzing dependencies
[!] Unable to find a specification for `Google-Mobile-Ads-SDK (~> 8.11.0)` depended upon by `react-native-brightcove-ima-player`

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.


[!] NPM package '@react-native-firebase/crashlytics' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.

[!] NPM package '@react-native-firebase/dynamic-links' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.

[!] NPM package '@react-native-firebase/perf' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.

[!] NPM package '@react-native-firebase/crashlytics' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.

[!] NPM package '@react-native-firebase/dynamic-links' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.

[!] NPM package '@react-native-firebase/perf' depends on '@react-native-firebase/app' v9.0.0 but found v8.4.7, this might cause build issues or runtime crashes.```
@mswieboda
Copy link

I'm also having this issue with pod install & pod update, and tried pod install --repo-update like cocoapods suggests with the same message as above

@Silinde87
Copy link

Having same issue with different Google-Mobile-Ads-SDK version


[!] Unable to find a specification for `Google-Mobile-Ads-SDK (~> 9.0.0)` depended upon by `react-native-brightcove-ima-player`

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

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

3 participants