myflashlab / ANE-LAB

ANE-LAB installs AIR Native Extension files in your project automatically.
30 stars 15 forks source link

Admob not working #63

Open Devarai opened 4 years ago

Devarai commented 4 years ago

Hi,

I get with the newest Harman Air SDK this message upon compilation:

Undefined symbols for architecture armv7: "_isPlatformVersionAtLeast", referenced from: -[BaseClassAdMob getAdSize] in C:\Users\Win10\AppData\Local\Temp\40e0b666-c9ed-4284-86fb-f80077cec171\libcom.myflashlab.air.extensions.admob.a(BaseClassAdMob.o) "GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth", referenced from: -[BaseClassAdMob getAdSize] in C:\Users\Win10\AppData\Local\Temp\40e0b666-c9ed-4284-86fb-f80077cec171\libcom.myflashlab.air.extensions.admob.a(BaseClassAdMob.o) ld: symbol(s) not found for architecture armv7 Undefined symbols for architecture arm64: "isPlatformVersionAtLeast", referenced from: -[BaseClassAdMob getAdSize] in C:\Users\Win10\AppData\Local\Temp\40e0b666-c9ed-4284-86fb-f80077cec171\libcom.myflashlab.air.extensions.admob.a(BaseClassAdMob.o) "_GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth", referenced from: -[BaseClassAdMob getAdSize] in C:\Users\Win10\AppData\Local\Temp\40e0b666-c9ed-4284-86fb-f80077cec171\libcom.myflashlab.air.extensions.admob.a(BaseClassAdMob.o) ld: symbol(s) not found for architecture arm64 Compilation failed while executing : ld64

kumbiraibenjamin commented 3 years ago

Was there a solution to this issue?