ADT Packaging fails on "Undefined symbols for architecture armv7"
Hello,
When I pakage ipa by adt, I get the following error:
ld: warning: ignoring file /var/folders/y3/wlgy71vs66bb89n2mfn3fjfr0000gn/T/766f6a2c-4dce-4b41-8253-ff6326218805/libcom.tb.ane.a, file was built for unsupported file format ( 0x62 0x6f 0x6f 0x6b 0x 0 0x 0 0x 0 0x 0 0x6d 0x61 0x72 0x6b 0x 0 0x 0 0x 0 0x 0 ) which is not the architecture being linked (armv7): /var/folders/y3/wlgy71vs66bb89n2mfn3fjfr0000gn/T/766f6a2c-4dce-4b41-8253-ff6326218805/libcom.tb.ane.a
Undefined symbols for architecture armv7:
"_TBExtInitializer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _TBExtInitializer_name)
"_TBExtFinalizer", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe you meant: _TBExtFinalizer_name)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
my platform.xml is:

extension.xml:

Does anyone have any advice on the error? Thanks...
