I updated Google AdMob SDK to 7.1.0 using Pods.
So in my appDelegate.m, I am trying to add this line
@import GoogleMobileAds;
But I get error saying Module 'GoogleMobileAds' not found.
This issue is also present in Interstial Ad example by google on gitHub.
Regards Ranjit
Make sure to check "copy item if needed" box when copy GoogleMobileAds.framework to your App.
In my case, I had removed framework and again added that framework and checked that box and issue disappeared.
I ran into this problem when updating my pods and using Firebase. Unfortunately, none of the answers here helped, so I figured I would post what did work for me.
I found a great thread that helped me here. Basically doing the following worked:
rm -rf Pods
pod install --repo-update
Hope this helps someone because this troubled me for a while.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With