We are experiencing some problems while building an ANE (Adobe Native Extension) for iOS that includes your library.
The problem happens in the last step of the process, when you have to package the AIR application that contains the ANE extension into an IPA (using the adt.jar by command line from the flex sdk). The error is:
[java] com.adobe.air.ipa.ProcessError: Unable to generate executable
[java] at com.adobe.air.ipa.AOTCompiler.launchProcess(AOTCompiler.java:311)
[java] at com.adobe.air.ipa.AOTCompiler.linkMachO(AOTCompiler.java:1764)
[java] at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1914)
[java] at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:431)
[java] at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:825)
[java] at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
[java] at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:257)
[java] at com.adobe.air.ADT.parseArgsAndGo(ADT.java:588)
[java] at com.adobe.air.ADT.run(ADT.java:435)
[java] at com.adobe.air.ADT.main(ADT.java:485)
[java] Compilation failed while executing : ld64
[java] ld: in /var/folders/nd/y9cpb77576q5fzp37g4cy97h0000gn/T/826c328c-aaef-4d08-af0e-7c848b553782/libcom.companyname.product.ane.demo.TestPDFTron.a(SWIGTYPE_p_void.o), archive member 'SWIGTYPE_p_void.o' with length 3440 is not mach-o or llvm bitcode for architecture armv7
It also gives the same error with other classes (with other examples we're trying to build):