After upgrading Google Mobile SDK 8.0 via Cocoapods, Xcode throws me error 'No such Module 'GoogleMobileAds'. I did my search but nothing helped me so far.
I already did these steps:
rm -rf ~/Library/Caches/CocoaPods
rm -rf Pods
rm -rf ~/Library/Developer/Xcode/DerivedData/*
pod deintegrate
pod setup
pod install
Also removed Podfile, Podfile.lock and xcworkspace file before pod install
I am sharing some screenshots for you to help me what I am doing wrong.