ANE packaging succeeds under Windows but fails for Mac, Linux
I am building an air native extension (ANE). It packages successfully on a windows machine using the "adt" command. The same command using the same binary files (.swc, .swf, .a) fails on both a Mac and Linux machine. The command is basically identical for all platforms, apart from the different paths for the path to the adt command. I am using the same binary files for all platforms, checked out of a subversion system.
/path/to/adt -package -target ane SMS.ane extension.xml -swc SMSActionScriptLibrary.swc -platform iPhone-ARM -C "SMSExtensioniOS" .
The problem appears to be with recognizing the contents of the iOS directory. The error is:
no such file /otherpath/to/SMSExtension/SMSExtensioniOS/.
The SMSExtensioniOS directory does exist with the same name (including upper/lower case). It also builds fine on windows. Does anyone have ideas?
The adt -version returns 3.1.0.4880 on Linux. I will check the windows version later.
