繁体   English   中英

Moonshine Apache Royal:翻译错误:不允许操作

[英]Moonshine Apache Royal: bad interpreter: Operation not permitted

尝试在生成新项目后立即生成错误。
到目前为止,这是我一直在尝试的:

  • 更改mxmlc权限: chmod +x
  • 删除 mac 沙箱: cd apache-royale-0.9.6-bin-js-swf然后xattr -cr.

错误 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

答案是下载!

Moonshine 专门为此目的创建了一个很酷的工具来帮助人们: Moonshine 应用商店助手也称为Moonshine SDK 安装程序 它基本上将所有需要的 SDK 放在您的/users/you/Downloads文件夹中,其中不应用 Mac 隔离限制。


顺便说一句,与这个答案无关,我最终使用了羽毛和皇家,因为它提供了更多的到达器组件支持。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM