AdMob 7.3.1 and Swift 2.0 - Module not found
问题 I have a problem using the Google AdMob Framework with Swift 2.0. I'm using AdMob for the first time so I do not know if the problem is with AdMob or Swift 2.0. I have included the AdMob Framework and import it like that in my ViewController: import GoogleMobileAds The error I am getting is: No such Module GoogleMobileAds A bridging header is also not working: #import <GoogleMobileAds/GoogleMobileAds.h> The Error: GoogleMobileAds/GoogleMobileAds.h file not found How should I include AdMob? I