Hi, I'm trying to include a framework inside the ane, this framework doesn't have the usual structure, I've noticed that ios 9 sdk has differently formed framework folders. Anyone has done this with this new ios 9 sdk? it keeps telling me what it says on the title.
This is the platform.xml
<platform xmlns="http://ns.adobe.com/air/extension/19.0">
<sdkVersion>9.0</sdkVersion>
<linkerOptions>
</linkerOptions>
<packagedDependencies>
<packagedDependency>ExternalAccessory.framework</packagedDependency>
</packagedDependencies>
</platform>
Using Air 19 sdk for everything.