Hello
I'm using the AIR SDK 3.4.2710 and was working on my Apple Mac with Tiger fine until yesterday.
But after an update yesterday, apple removed the java plugin from mac:
http://www.theinquirer.net/inquirer/news/2218580/apple-removes-java-plugin-from-os-x-web-b rowsers
Iinstalled the latest java jdk 7 and jse7 (1.7) versions and added the plugins again.
I can see the Java Window in my system again, but there is no chance to publish the app file.
Error:
Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib in:
/Applications/Adobe Flash CS6/AIR3.4_2710/lib/adt.jar/Darwin
/Applications/Adobe Flash CS6/AIR3.4_2710/lib/aot/lib/x64
/Applications/Adobe Flash CS6/AIR3.4_2710/lib/adt.jar
/Applications/Adobe Flash CS6/AIR3.4_2710/lib
at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:582)
at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:596)
at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:245)
at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
at com.adobe.air.ADT.run(ADT.java:419)
at com.adobe.air.ADT.main(ADT.java:469)