Admob SDK - iOS -File not found

前端 未结 4 928
星月不相逢
星月不相逢 2020-12-06 02:07

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

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 02:33

    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.

提交回复
热议问题