I'm trying to import the GoogleMobileAds framework into my app, but an error occurs that says "No such module 'GoogleMobileAds'". How can I resolve this error? i am using Swift and trying to import the framework manually without CocoaPods.
No Such Module 'GoogleMobileAds'
Hi RFS,
Have you gone into the Project Settings, then selected the Targets and Build Phases and make sure you have GoogleMobileAds.framework in your Link Binary With Libraries section.