I did every solution from web search..
As you see the image, GoogleMobileAds.framework is included well. But I can't build project with 'No such module 'GoogleMobileAds'' error
What should I try?
p.s. what I did additionally
Build Settings
Add import AppDelegate
p.s. I'm trying to integrate without CocoaPods
You need to make sure the framework is included in your targets Build Phases. Target>Build Phases>Link Binary With Libraries. If it is not there click the "+" sign to add it.
I have faced the exact same issue. Running the following command in Terminal solved it for me:
pod install --repo-update
Actually, you don't need CocoaPods.
GoogleMobileAds.framework
file you just unzipped and simply drag and drop it into the navigator (the view on the left that shows you all the files in your project)Works like a charm to me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With