Module 'GoogleMobileAds' not found in iOS

后端 未结 20 2356
感动是毒
感动是毒 2020-12-09 07:42

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

20条回答
  •  悲哀的现实
    2020-12-09 08:11

    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.

提交回复
热议问题