Getting an error when trying to build a new project, right after it was generated.
Here is what I bee trying so far:
- changing
mxmlc
permission:chmod +x
- removing mac sandbox:
cd apache-royale-0.9.6-bin-js-swf
and thenxattr -cr .
Error output:
: SDK path: /Users/goku/apache-royale-0.9.6-bin-js-swf/royale-asjs
: Sending to mxmlc: export ROYALE_HOME=/Users/goku/apache-royale-0.9.6-bin-js-swf/royale-asjs;export SETUP_SH_VMARGS="-Duser.language=en -Duser.region=en"; export ROYALE_SWF_COMPILER_HOME=/Users/goku/apache-royale-0.9.6-bin-js-swf/royale-asjs&& "/Users/goku/apache-royale-0.9.6-bin-js-swf/royale-asjs/js/bin/mxmlc" -load-config+=obj/CodeSearchConfig.xml -optimize=false -debug=true -o bin-debug/CodeSearch.swf -compiler.targets=SWF
: /bin/bash: /Users/goku/apache-royale-0.9.6-bin-js-swf/royale-asjs/js/bin/mxmlc: /bin/sh: bad interpreter: Operation not permitted