OS target (Android/iOS):
iOS
Godot version:
3.2.1 (stable)
Issue description:
I'm trying to recompile the export template. I've been running into some issues, but, apparently, I worked around them. However, this one I can't figure it out.
Error:
modules/admob/ios/src/AdmobBanner.mm:17:35:{17:35-17:52}: error: no known class method for selector 'getviewController' [5]
rootController = [AppDelegate getViewController];
ˆ
I can't seem to find this getViewController on AppDelegate. Can someone help me with this error?
Expected:
Recompile - success