import GoogleMobileAds No such module ‘GoogleMobileAds ‘

The first problem with google SDK was the xcode did not see the module.

The working answer was:

try doing the following steps:

  1. Put the path of GoogleMobileAds.framework in Targets -> Build Settings “Framework Search Path”
  2. Set “No” under Project -> Build Settings -> Enable Bitcode

from here: https://stackoverflow.com/questions/39347291/import-googlemobileads-no-such-module-googlemobileads/39347372