react-native-admob-native-ads icon indicating copy to clipboard operation
react-native-admob-native-ads copied to clipboard

[iOS] Use of undeclared identifier 'GADAdLoaderAdTypeNative'

Open qhoarau opened this issue 2 years ago • 3 comments

iOS build fails when builiding my app with the following error : Use of undeclared identifier 'GADAdLoaderAdTypeNative' ; did you mean 'kGADAdLoaderAdTypeNative'?

And when I replace "GADAdLoaderAdTypeNative" with "kGADAdLoaderAdTypeNative" as it is said, it works.

Version : Xcode : 13.4.1 react-native : 0.68.2 react-native-admob-native-ads: ^0.6.0,

qhoarau avatar Jun 19 '22 12:06 qhoarau

@qhoarau Have you find a solution yet?

henrik-d avatar Jul 13 '22 16:07 henrik-d

6.9.0.1

after donwgrading I have these issues

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADAdLoader

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADMultipleAdsAdLoaderOptions

Showing Recent Messages Undefined symbol: OBJC_METACLASS$_GADNativeAdView

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADCustomEventExtras

Showing Recent Messages Undefined symbol: _GADSimulatorID

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADCustomEventExtras

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADNativeAdMediaAdLoaderOptions

Showing Recent Messages Undefined symbol: OBJC_CLASS$_GADNativeAdViewAdOptions

zoobibackups avatar Aug 27 '22 17:08 zoobibackups

any solution for this

zoobibackups avatar Aug 27 '22 17:08 zoobibackups

@zoobibackups @qhoarau @henrik-d Have you found a solution yet?

cap1-0 avatar Oct 12 '22 11:10 cap1-0

Fixed in v0.6.4.

ammarahm-ed avatar Jun 27 '23 12:06 ammarahm-ed