Module 'GoogleMobileAds' not found in iOS Module 'GoogleMobileAds' not found in iOS ios ios

Module 'GoogleMobileAds' not found in iOS


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.


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


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.