Undefined symbols for architecture armv7 (AIR 16)
Hi,
When trying to generate an IPA with AIR 16.0.0.250, I get the following error:
Undefined symbols for architecture armv7:
"___divmodsi4", referenced from:
__ZN12BlockedCodec12CalcGridSizeEiiPi in libRuntimeHMAOT.arm-air.a(ZlibCodec.o)
__ZN12BlockedCodec11SetupBlocksEii in libRuntimeHMAOT.arm-air.a(ZlibCodec.o)
"___udivmodsi4", referenced from:
__ZN11FlashString9AppendIntEli in libRuntimeHMAOT.arm-air.a(flashstring.o)
__ZN7avmplus6String12hashCodeUIntEj in libRuntimeHMAOT.arm-air.a(StringObject.o)
_sqlite3BitvecSet in libRuntimeHMAOT.arm-air.a(sqlite3_all.o)
_sqlite3BitvecTest in libRuntimeHMAOT.arm-air.a(sqlite3_all.o)
_sqlite3BitvecClear in libRuntimeHMAOT.arm-air.a(sqlite3_all.o)
__ZL10II_samplesP10mad_bitptrPK10quantclassPl in libRuntimeHMAOT.arm-air.a (layer12.o)
__ZL14scale_rationalmmm in libRuntimeHMAOT.arm-air.a(madtimer.o)
...
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
If I go back to AIR 15, everything works fine. Here is the command line I use:
adt -package -target ipa-app-store -keystore "keys\CertificatsDev.p12" -storetype pkcs12 -storepass XXX -provisioning-profile "keys\app.mobileprovision" application.ipa application.xml app.swf icons Default.png Assets -extdir Libs\extensions
Do you know what may cause this issue please? Is there a workaround?
Thank you!
Frédéric
