Hello,
when I add the latest GoogleMobileAds v7.44.0 in platform.xml on iOS to create ANE
<packagedDependencies>
<packagedDependency>GoogleMobileAds.framework</packagedDependency>
</packagedDependencies>
The ane is created correctly, but I have this message error when I compile the ipa
Undefined symbols for architecture arm64:
"___isOSVersionAtLeast", referenced from:
l035 in GoogleMobileAds(GADAugmentedRealitySignalSource.o)
ld: symbol(s) not found for architecture arm64
Undefined symbols for architecture armv7:
"___isOSVersionAtLeast", referenced from:
l002 in GoogleMobileAds(GADAugmentedRealitySignalSource.o)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
Thanks