ANE with iOS dynamic .framework
I'm building an ANE for NokiaHere maps for iOS. What they offer in their SDK is NMAKit.framework library which is a dynamic library. I wrote my own xCode project which implements all the stuff needed for ANE, I've built it as a static library (libHereMapsANEiOS.a). I integrated it with ANE project and I've successfully built the required .ane file. So far so good
I've made a test AIR mobile app in Intelli J, I use Flex SDK 4.6, and when I try to build .ipa and run it on the device I get the following error:

I have xCode 8.0 installed.
I suspect this has something to do with the fact that NMAKit.framework is a dynamic framework since I had similar issues when I was developing ANE for MapBox. I was successful to use it in an app when I switched to static .framework library, but unfortunately HereMaps don't have one available on their SDK download pages. I read somewhere that AIR does not support dynamic 3rd party libraries in their adt tool? Is that true, if so, are there any workarounds for this.
Thanks.
