Module 'GoogleMobileAds' not found in iOS

Ranjit picture Ranjit · Apr 7, 2015 · Viewed 42.2k times · Source

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 get error saying Module 'GoogleMobileAds' not found.

This issue is also present in Interstial Ad example by google on gitHub.

Regards Ranjit

Answer

M Swapnil picture M Swapnil · Oct 15, 2015

Make sure to check "copy item if needed" box when copy GoogleMobileAds.framework to your App.

enter image description here

In my case, I had removed framework and again added that framework and checked that box and issue disappeared.