Module 'GoogleMobileAds' not found in iOS

后端 未结 20 2308
感动是毒
感动是毒 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:22

    try to copy your GoogleMobileAds.framework into your root project folder and after that add it to libraries. It works perfectly for me.

提交回复
热议问题