Embed *static* framework in ANE - not a MachO binary
Hey there,
i'm building an ANE that ships with dynamic and static frameworks. As long as it is only dynamic frameworks, everything works fine.
I have one FacebookPlugin.framework that is build as a static framework though - in XCode that framwork has the MachO-Type "static library". I can't build it as a dynamic framework due to reasons.

When it comes to resigning of the app that uses the ANE, the containing frameworks from the ANE would be resigned, but due to the static framework, i get this error (and only when i include the static framework):
unexpected failure: not a MachO binary
java.io.IOException: not a MachO binary
at com.adobe.air.ipa.MachoSigner.sign(MachoSigner.java:261)
at com.adobe.air.ipa.MachoSigner.sign(MachoSigner.java:109)
at com.adobe.air.ipa.IPASigner.signMacho(IPASigner.java:292)
at com.adobe.air.ipa.IPAOutputStream.finalizeFrameworkSig(IPAOutputStream.java:1763)
at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:121)
at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:297)
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)
So i wonder, are static frameworks supported by Adobe? Is there any way i can solve this?
Thanks in advance and sorry, i know this seems like an exotic issue.
