googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.38k stars 1.08k forks source link

Lots of _GAD issues #3601

Closed cancaglar closed 1 month ago

cancaglar commented 2 months ago

[REQUIRED] Step 1: Describe your environment

I tried it with the latest version and the previous version but I get the same errors.

Screenshot 2024-09-12 at 15 39 26
shalinratna commented 2 months ago

I am having the same exact issues. Any fix?

cimved commented 2 months ago

I'm having this issue as well

cancaglar commented 1 month ago

well there is no fixed yet I think nor help.

vinkini commented 1 month ago

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. Screenshot 2024-09-26 at 10 24 46 PM

cancaglar commented 1 month ago

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)