poingstudios / godot-admob-android

Godot's AdMob Plugin for Android with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
354 stars 38 forks source link

[BUG] Fix warnings compile iOS #20

Closed gumaciel closed 3 years ago

gumaciel commented 3 years ago

modules/admob/src/AdMob.mm:36:13:{36:13-36:24}: warning: receiver 'AdMobBanner' is a forward class and corresponding @interface may not exist [-Wreceiver-forward-class,2] banner = [[AdMobBanner alloc] init]; ^~~ modules/admob/src/AdMob.h:8:8: note: forward declaration of class here [2] @class AdMobBanner; ^ /Applications/Xcode_12.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/usr/include/objc/NSObject.h:71:1: note: method 'alloc' is used for the forward class [2]

gumaciel commented 3 years ago

A lot of warning were fixed, but the remaining is not possible to fix