Closed cancaglar closed 1 month ago
I am having the same exact issues. Any fix?
I'm having this issue as well
well there is no fixed yet I think nor help.
GAD prefix is used by the Google Mobile Ads iOS SDK. The Unity plugin uses Cocoapods to fetch dependencies when the iOS Project is built. The GoogleMobileAds framework is a dependency that should be pulled in at this point. Can you confirm the GoogleMobileAds framework exists in the Pods project of the xcworkspace.
I just fixed the issue. I downgrade the SDK version to 7.2 and delete the all cocoapods in my computer and reinstall it again and I ran these codes :
sudo gem uninstall cocoapods -n /usr/local/bin
sudo gem install cocoapods -n /usr/local/bin
sudo gem install activesupport -v 6.1.7.3
pod install (run this at project path)
[REQUIRED] Step 1: Describe your environment
I tried it with the latest version and the previous version but I get the same errors.