You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.```
The text was updated successfully, but these errors were encountered:
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.
After installing the package and add
source 'https://github.com/brightcove/BrightcoveSpecs.git'
to Podfilethen 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`
The text was updated successfully, but these errors were encountered: