编译Brackets Shell独立应用程序时出错

时间:2013-07-28 04:45:55

标签: adobe-brackets brackets-shell

我有一个网络应用程序,我正在尝试使用Brackets-Shell打包成一个独立的应用程序。我按照这里的说明在Mac OSX系统上设置Brackets和Brackets-Shell:

https://github.com/adobe/brackets-shell/wiki/Building-brackets-shell http://clintberry.com/2013/html5-desktop-apps-with-brackets-shell/

当我运行“grunt full-build”时,进程将停止并显示以下错误消息:

Running "stage-mac" task
>> cp: xcodebuild/Release/my_test.app: No such file or directory
Warning: Task "stage-mac" failed. Use --force to continue.

“my_test.app”是我给我正在尝试创建的应用程序的名称。似乎Grunt从不创建my_test.app,但它确实创建了Brackets.app。我按照前面提到的链接中的说明编辑了“bracket-shell”文件夹中的Gruntfile.js文件。

有人遇到过这个问题,或者对如何解决这个问题有任何想法?

感谢。

1 个答案:

答案 0 :(得分:3)

我认为您只需要更改 appshell_config.gypi 中的应用名称,以匹配您所做的 Gruntfile.js 更改。这样做之后你需要重新运行grunt setup