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:
Warning: Using default implementation for native extension 'myextensionfile'
Compilation failed while executing : ld64
I have selected iOS simulator in run configurations too. ANE builds fine but when integrated application is not running. 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.