1

I have a web app that I'm trying to package up into a standalone app using Brackets-Shell. I followed the instructions here to setup Brackets and Brackets-Shell on my Mac OSX system:

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

When I run "grunt full-build" the process stops with this error message:

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

Were "my_test.app" is the name I've given to the app I'm trying to create. It seems that Grunt never creates my_test.app, but it does create Brackets.app. I've edited the Gruntfile.js file in the "brackets-shell" folder per the instructions in the previously mentioned link.

Anyone run into this problem, or have any ideas on how I can resolve it?

Thanks.

4

1 回答 1

3

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

于 2013-07-29T02:09:41.620 回答