sbugert / react-native-admob

A react-native component for Google AdMob banners
BSD 2-Clause "Simplified" License
1.13k stars 532 forks source link

Build error in IOS - Property 'testDevices' not found on object of type 'GADRequest *' #554

Open losheredos opened 3 years ago

losheredos commented 3 years ago

I get this error

Showing Recent Errors Only /Users/berke/Desktop/projeler/aea-react-v3/node_modules/react-native-admob/ios/RNGADBannerView.m:60:13: Property 'testDevices' not found on object of type 'GADRequest *'

My xCode version: 11.3.1

what can I do? I cleaned pods, updated etc. but didnt help.

losheredos commented 3 years ago

Thanks to flutter community, found it there.

Adding pod 'Google-Mobile-Ads-SDK', '~> 7.69.0' then pod install solved the issue

haresh4d commented 3 years ago

Adding pod 'Google-Mobile-Ads-SDK', '~> 7.69.0' to podfile is creating problem with the library react-native-admob-native-ads because that requires the higher version. is there any solution so that both works together?

holgersindbaek commented 3 years ago

@haresh4d Did you figure out anything?

haresh4d commented 3 years ago

@haresh4d Did you figure out anything?

Just use 0.3.9 version of react-native-admob-native-ads also put following line in podfile

pod 'Google-Mobile-Ads-SDK', '~> 7.69.0'

For me it worked

ShivamJoker commented 3 years ago

When is @sbugert going to update the library ?

haresh4d commented 3 years ago

I have moved to flutter because of such issues with react native.

ShivamJoker commented 3 years ago

I have moved to flutter because of such issues with react native.

And flutter has no issues ? Right

haresh4d commented 3 years ago

It has issues but everything is so nicely documented so you dont waste time in solving build errors due to dependency.

bethea28 commented 3 years ago

Is anybody able to use admob with Google Ads SDK 8.0 or higher..I am getting this error when I try to go above 7.69...is it possible to do so ?

Donhv commented 3 years ago

this is a way to use sdk 8.0 https://github.com/izetmolla/react-native-admob-next/pull/1