0

I am trying to test out building my app and when I run

grunt full-build

I get this error

Running "build-mac" task
>> ** BUILD FAILED **
>>
>>
>> The following build commands failed:
>>     PhaseScriptExecution Postbuild\ \"Strip\ If\ Needed\" xcodebuild/appshell.build/Release appshell_helper_app.build/Script-27C0F1588A910AFD1BAFF6BD.sh
>> (1 failure)
Warning: Task "build-mac" failed. Use --force to continue.

Does anyone know how to correct this so I can make sure I have everything ready to go for creating/building apps?

Thanks!

4

1 回答 1

0

我知道这是一篇旧帖子,但我能够通过注释掉工具/strip_from_xcode 第 61 行中对“strip_save_dsym”的调用来摆脱错误。我不知道这是否仍然可以创建正确的构建,但它确实清除了错误。这是引导我进行此修复的链接。

于 2015-01-06T18:41:54.570 回答