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
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.