Mobile app shutdown with ane
Hello there,
whole day I am trying create my custom air extension for ios - compass.
The result is - program shutdown on ExtensionContext.createExtensionContext("asdf", null);
(ane is generated fine, added to mobile flex project fine, run app fine - after click on button this code is run and booooom, shutdown app, no errors etc..)
my extension.xml is:
<extension xmlns="http://ns.adobe.com/air/extension/3.1">
<id>asdf</id>
<versionNumber>1</versionNumber>
<platforms>
<platform name="iPhone-ARM">
<applicationDeployment>
<nativeLibrary>libcompass.a</nativeLibrary>
<initializer>compassExtInitializer</initializer>
<finalizer>compassExtFinalizer</finalizer>
</applicationDeployment>
</platform>
<platform name="default">
<applicationDeployment/>
</platform>
</platforms>
</extension>
and for whole my xcode project I am using this template: http://maniacdev.com/2012/07/xcode-template-for-easily-creating-ios-adobe-air-native-extensions-ane/
I didn't add any functionality to template and it still doesnt wok - just whole my app shutdown. Ane is generated fine (just ane file isnt signt, it is not required isn't it?)
Any ideas please? I will throw mobile out the window...
Thanks a lot!
