jlopez/ane-testflight

Error building the application with AIR 3.3

Closed this issue · 1 comments

When I built the app with AIR 3.3, I got the following error:

ld: library not found for -lNativeLibrary
Compilation failed while executing : ld64

You should do that:

When building an .ipa, you must:

Extract the libNativeLibrary.a found inside the .ane at /META-INF/ANE/iPhone-ARM-lib.
Move this library into the Flex SDK at lib/aot/lib
Otherwise, linker errors will ensue. Alternatively, you can build your .ipa using the air-mk makefiles which will do this automatically.