Hi, first of all, thank you.
I want to test the extension, but I faced the issue. Trying to build the example application from GitHub I got the error:
/admob/src/ios/AdmobUtils.mm
Line 2: 'GoogleMobileAds/GoogleMobileAds.h' file not found
#import <GoogleMobileAds/GoogleMobileAds.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/admob/src/extension.cpp
Line 36: enumeration values 'EVENT_ID_ICONIFYAPP' and 'EVENT_ID_DEICONIFYAPP' not handled in switch [-Wswitch]
switch (event->m_Event) {
^
I’m using MacBook Pro M1 and Defold v1.2.181