Module 'GoogleMobileAds' not found in iOS

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

    I ran into this problem when updating my pods and using Firebase. Unfortunately, none of the answers here helped, so I figured I would post what did work for me.

    I found a great thread that helped me here. Basically doing the following worked:

    • Delete my pods - rm -rf Pods
    • Reinstall my pods - pod install --repo-update

    Hope this helps someone because this troubled me for a while.

提交回复
热议问题