I have installed Google Analytics and Google AdMob SDK in my iOS project using Cocoapods. I have implemented both the functionalities in my app and everything looked okay fo
According to the Google Ads Developer Blog we need to use:
@import GoogleMobileAds;
If you have a problem with the @import syntax you need to modify your project build settings. Search for Modules and set Enable Modules to YES.
@import