I am trying to use the 'Google-Mobile-Ads-SDK' package for Swift. I keep the error "No such module 'GoogleMobileAds'". I have tried every solution on Stack overflow to no avail. I am using the project googleads_mobile_ios_swift_native_advanced_example found here: https://github.com/googleads/googleads-mobile-ios-examples/releases. I changed nothing in the project, I just ran pod install in the project then tried to run.
No such module 'GoogleMobileAds' in googleads_mobile_ios_swift_native_advanced_example
786 views Asked by Sole Survivor At
1
clone the project using git clone from:
https://github.com/googleads/googleads-mobile-ios-examples.git
navigate to the project folder > Swift > admob > NativeAdvancedExample
pod install
open
NativeAdvancedExample.xcworkspace
and change yourTeam
andBundle Identifier
from TARGETS > Singing & Capabilitiesdone! now run the project.