Cannot package when including own ANE
I'm an iOS developer and have been tasked with creating an ANE for a customer. I followed the online tutorial and all appears to be well, I've created an ANE with a default and iOS implementation.
When trying to include the ANE in the actual mobile project and try to package it either via the command line or flash builder 4.6 itself on the mac I get the following issue:
Patricks-MacBook-Pro:bin-debug patrick$ /AdobeAIRSDK/bin/adt -package -target ipa-ad-hoc -storetype pkcs12 -keystore mycert.p12 -provisioning-profile Wann.mobileprovision myApp.ipa workWithPackage-app.xml workWithPackage.swf -extdir ./ext password: unexpected failure: null java.lang.NullPointerException at java.util.zip.ZipFile.getInputStream(ZipFile.java:192) at com.adobe.air.ipa.IPAPackager.processExtensions(IPAPackager.java:270) at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:65) 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)
Anyone know what the issue is and how to fix it?
I've uploaded the ANE here:
http://subzero.eu/wp-content/uploads/2012/10/eu.subzero.SZJpegEncoder.ane_.zip
