Air Native Extension ANE packing for iOS app
Hi Im attemptingto use an ANE in my iOS air app. I have followed the instructions here regarding adding the ANE file to my build dependencies: https://confluence.jetbrains.com/display/IntelliJIDEA/Dependencies+Management+(Build+Path)#DependenciesManagement%28BuildPath%29-step3
The app compiles, but then throwing a 'Class could not be found' error when trying to use the ANE
I tried adding the ane to the iOS 'files and folders' to include within the project settings to no avail also.
The extension im attempting to use is https://github.com/myflashlab/videoPlayer-ANE, it states there should be no need to add the extensionID to the air manifest file.
So is there something I'm missing regarding adding the ANE to the build configuration/packaging?
See build settings screenshots attached
Appreciate the help
J
Attachment(s):
Screen Shot 2015-07-16 at 16.56.09.png
Screen Shot 2015-07-16 at 16.56.35.png
Please sign in to leave a comment.
Make sure you added extension id to your custom AIR descriptor template.
Including ane file in package is not needed indeed.