I am tryin to compile the engine for iphone I keep getting this error
In file included from modules/admob/ios/src/AdmobBanner.mm:1:
modules/admob/ios/src/AdmobBanner.h:1:9:{1:9-1:42}: fatal error: 'GoogleMobileAds/GADBannerView.h' file not found [1]
#import <GoogleMobileAds/GADBannerView.h>
using the command scons p=iphone tools=no target=release arch=arm
OS target (Android/iOS): IOS
Godot version: 3.1.2
I am tryin to compile the engine for iphone I keep getting this error
using the command scons p=iphone tools=no target=release arch=arm
the config.py has this
I added all the frameworks to the ios/lib forlder I am not sure what im missing