Java exception with ADT in AIR 27 beta
Just tried the latest AIR 27 beta on my app where I have been doing an external resign because of dynamic frameworks use, but now I just get this from AIR 27:
Anyone else able to build an app with ANEs using dynamic frameworks?
Maybe someone at Adobe can suggest (knowing the line of code that is throwing a null) what might be the cause)
(And no, I'm not going to be able to provide a complete sample project that duplicates this error, as I'm using too much proprietary, unreleased ANE code and dynamic framework elements)
Hoping someone can at least work backward from this point of failure.
Failed build results in:
unexpected failure: null
java.lang.NullPointerException
at com.adobe.air.ipa.IPAOutputStream.finalizeFrameworkSig(IPAOutputStream.java:1310)
at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:94)
at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:291)
at com.adobe.air.ADT.parseArgsAndGo(ADT.java:673)
at com.adobe.air.ADT.run(ADT.java:471)
at com.adobe.air.ADT.main(ADT.java:521)
