NZME / react-native-brightcove-ima-player

Brightcove Native IMA SDK bridge for React Native
MIT License
6 stars 8 forks source link

install on iOS #5

Open mustafakameldev opened 2 years ago

mustafakameldev commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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.