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
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 Podspod install --repo-updateHope this helps someone because this troubled me for a while.