Open mustafakameldev opened 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
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 Podfile then commandpod 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`