-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
[🐛] CocoaPods could not find compatible versions for pod GoogleAppMeasurement #173
Comments
How does it go when you update this to 9.6.0?
https://developers.google.com/admob/ios/rel-notes I'll do a speculative change to that as a PR here so it will run this action and you can get a patches.zip for patch-package use, in case that's useful, but your testing will be most useful - I won't have time to test it today |
patches will show up here, but it is also easy to test locally: https://github.com/invertase/react-native-google-mobile-ads/actions/runs/2550290745 |
I did that change, and seems that will work (maybe solved the issue) but now I'm getting another error.
I found an issue closed related with that invertase/react-native-firebase#6323 and tried the approach I'm also using |
The new issue that I'm having is not related with this, so, I think that the upgrade to I created an issue in the firebase repository with the steps to reproduce it: invertase/react-native-firebase#6332 |
Thanks for helping work through this. In my development of react-native-firebase v15, the switch to I think we'll be able to find something that works though I have commented on RNFB 6332 with some ideas on how to move that one forward - I think it's useful to keep this issue open until we're sure we have something that works invertase/react-native-firebase#6323 (comment) |
I have this working successfully in a non-Expo setup with react-native-firebase v15 and react-native-google-mobile-ads now 1- you need that patch to the podspec that sets our dependency here to Google-Mobile-Ads-SDK 9.6.0 Should work Additionally, if you want to try react-native 0.69.0 (and/or Hermes in combination with that) you'll need this patch - https://github.com/mikehardy/rnfbdemo/blob/main/patches/react-native%2B0.69.0.patch - those changes will be picked for the upcoming react-native 0.69.1 release, they are already merged in react-native main. In this combination with react-native-firebase v15 where I consider this effectively closed since we've got all the parts of the solution together but I will leave it open until we release #174 |
All of these related changes are landing now - docs update, iOS SDK update, along with an android SDK update and a developer experience change. Will be batched into one release as soon as CI finishes chewing on it all 🚀 |
🎉 This issue has been resolved in version 7.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
I'm installing the latest versions of
@react-native-firebase
(15.0.0) but I receive the following error when I try to update pods (pod update
)I'm using:
Project Files
Javascript
Click To Expand
package.json
:admob.json
:# N/A
iOS
Click To Expand
ios/Podfile
:# N/A
Android
Click To Expand
android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:TypeScript
?Y/N
&VERSION
Invertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: