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 got the same problem. Here is what I did. Hope it helps someone.
GoogleMobileAds.framework from your project (or store it on another folder).Build Phases, Link Binary with Libraries.
Click the + sign for the Link Binary with Libraries section and click Add Other.... Navigate to where you've stored GoogleMobileAds.framework > Versions > A > GoogleMobileAds and open it.That perfectly fixed the issue for me.