[!] CocoaPods could not find compatible versions for pod "GoogleAppMeasurement":
In Podfile:
firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 10.0.1, which depends on
Firebase/Analytics (= 10.0.0) was resolved to 10.0.0, which depends on
Firebase/Core (= 10.0.0) was resolved to 10.0.0, which depends on
FirebaseAnalytics (~> 10.0.0) was resolved to 10.0.0, which depends on
FirebaseAnalytics/AdIdSupport (= 10.0.0) was resolved to 10.0.0, which depends on
GoogleAppMeasurement (= 10.0.0)
google_mobile_ads (from `.symlinks/plugins/google_mobile_ads/ios`) was resolved to 0.0.1, which depends on
Google-Mobile-Ads-SDK (= 9.10.0) was resolved to 9.10.0, which depends on
GoogleAppMeasurement (< 10.0, >= 7.0)
using @jslattery26 fork will solve the problems temporarily
Hi everyone facing this issue, This issue seems to have been fixed on version
2.0.0of the plugin onward as mentioned at https://github.com/googleads/googleads-mobile-flutter/issues/594#issuecomment-1196970456. So, please try use the latest version and check if the issue still reproduces.Just had this issue today while using
google_mobile_ads: ^3.0.0. firebase_core: ^2.15.0 firebase_analytics: ^10.4.4
Couldn’t get it to work at all until I changed to google_mobile_ads: ^2.4.0 in my subspec.yaml file. Then I ran
flutter pub get pod repo update pod install flutter build iOS flutter run
Now all is good. Mac M2 chip. Hope this helps someone.
Yay, this is fixed in google_mobile_ads: ^2.2.0
I also can reproduce this issue with
firebase_analytics: ^10.0.2andgoogle_mobile_ads: ^2.1.0.Logs
/cc: @jjliu15
Same error for
RewardedAd.loadtoo, even if I use @jslattery26 fork:Ref code for loading Reward ad: