flutter_native_ads icon indicating copy to clipboard operation
flutter_native_ads copied to clipboard

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

Open pavelsust opened this issue 3 years ago • 0 comments

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 {

pavelsust avatar Mar 10 '22 13:03 pavelsust