react-native-admob
react-native-admob copied to clipboard
Module 'GoogleMobileAds' not found
Getting 'Module 'GoogleMobileAds' not found' error in ,after react-native run-ios, in RNAdMobInterstitial.h file. Done the following steps: npm i --save react-native-admob@next react-native link react-native-admob
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-admob": "^2.0.0-beta.5",
Do anyone know any workaround to solve this error? Any suggestion is appreciable.
Thanks
did you add the Google Mobile Ads SDK to XCode? https://github.com/sbugert/react-native-admob#ios
Hi @aknad , I have added it through pod file. Thanks
@akhilsanker did you find a solution to this issue?
SDK is added and linked tried with and without manually editing search paths
I've opened a PR to bring this library up to date with the latest version of React Native, which should fix this issue since there we rely on the SDK to be installed using CocoaPods: #472
Same here. :(
having same issue :( unable to find the solution
the following comment fixed my issue https://github.com/thecodrr/react-native-google-admob/issues/5#issuecomment-520611734
I'm having same issue.