We noticed that earlie last week, an update for Admob Unity was released, making the latest version v7.0.0.
We had attempted to upgrade to v.7.0.0. for our project. However, while the Android update went smoothly, we are encountering some issues with building for iOS. When we attempt to build from Unity, the workspace isn't being generated and we get the following error:
iOS framework addition failed due to a CocoaPods installation failure. This will will likely result in an non-functional Xcode project.
After the failure, "pod repo update" was executed and succeeded. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See:
https://guides.cocoapods.org/using/troubleshooting.html for potential solutions.
pod install output:
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Google-Mobile-Ads-SDK":
In Podfile:
Google-Mobile-Ads-SDK (~> 9.0)
GoogleMobileAdsMediationVungle (= 6.10.5.1) was resolved to 6.10.5.1, which depends on
Google-Mobile-Ads-SDK (~> 8.0)
Specs satisfying the `Google-Mobile-Ads-SDK (~> 9.0), Google-Mobile-Ads-SDK (~> 8.0)` dependency were found, but they required a higher minimum deployment target.
Something to note is that changing our deployment target or updating our vungle adapter did not resolve the issue.
Is there anything we could do to get around this error for the time being?