When trying to package a mobile build it fails with the following error:
Packaging failed!
Packaging error message:
Compilation failed while executing : as
workaround
After merging Flex SDK 3.1 into your current Flex SDK you will need to manipulate the file permissions to make the following binary files in your sdk executable:
When trying to package a mobile build it fails with the following error:
Packaging failed!
Packaging error message:
Compilation failed while executing : as
workaround
After merging Flex SDK 3.1 into your current Flex SDK you will need to manipulate the file permissions to make the following binary files in your sdk executable:
/lib/aot/bin/as/arm-apple-darwin9-as
/lib/aot/bin/ld64/i686-apple-darwin9-ld64
/lib/aot/bin/ld64/i686-apple-darwin10-ld64
/lib/aot/bin/strip/i686-apple-darwin10-strip
/lib/aot/bin/strip/strip
you can change the permissions of those files using the following command in terminal