"Module 'GoogleMobileAds' not found"

I’m trying to build a test project in Xcode with google AdMob but I keep getting the error"Module ‘GoogleMobileAds’ not found". I shouldn’t be getting this though because I have downloaded and imported the iOS SDK into the “Frameworks” section of the project.

It specifically shows up in the errors under “GADUNativeCustomTemplateAd.h”

Any help would be greatly appreciated, thanks.

hi, after u add framework, Build settings: Enable Modules(C and Obj-C) => Yes and add folder path of framework in Framework Search Paths.

Hi, thanks for the response. I have Enabled the Modules but can you explain the last step a bit more? Thanks!