Hello there,
one year ago I successfully used a native extension in a AIR app, at that time it was AIR 3.6.
I didn't change anything in the build process but only updated my Mac Mini to XCode 5, then rebuilt the .a and then the ANE, rebuilt the ipa and deployed again to my iPad.
Unfortunately, the app doesn't start now anymore. The app just hangs in the default splash screen, nothing is in the device log, a Scout connection isn't established and even a debug build doesn't connect to the debugger to be able to investigate it. If I press the home screen and then reopen the app, the device log says "timeout while app resume" and then kills it.
I now stripped everything down to a simple function that returns "Hello World", removed everything else, I even do not call the native extension anymore. The app still doesn't start.
The only thing to get the app going again is to remove the "<extensions>...." block in the application.xml, the app then just runs fine again.
Any help is highly appreciated.
Lyve