sakebook / flutter_native_ads

Show AdMob Native Ads use PlatformView
https://pub.dev/packages/native_ads
Apache License 2.0
66 stars 32 forks source link

Swift Compiler Error (Xcode): Cannot find type 'GADUnifiedNativeAd' in scope #71

Open pavelsust opened 2 years ago

pavelsust commented 2 years ago

I am using the latest flutter SDK but when I add your library into my project I found this error.

error: cannot find type 'GADUnifiedNativeAdView' in scope let adView = nibObjects.first as? GADUnifiedNativeAdView else {