Getting the following error while using ANE file in a test application. Can you please suggest how to launch the app successfully on ios simulator and on ios device?
Error occurred while packaging the application:
I have selected iOS simulator and iOS device in run configurations too. ANE builds fine but when integrated with application it is not running. I have also set certificate and profile. I have used the following command to build ane:
adt -package -target ane Output.ane extension.xml -swc MyLibrary.swc -platform iPhone-ARM -platformoptions platformOptions.xml -C ios . -platform default -C default .
Its urgent. Please help.