xcode编译时Command PhaseScriptExecution failed with a nonzero exit code
使用xcode运行项目报错Command PhaseScriptExecution failed with a nonzero exit code解决方案:1、在Xcode菜单栏选择File -> Workspace Setting -> Build System 选择Legacy Build System2、在Xcode中使用快捷键command+shift+k清理缓存3、重新编译.
·
使用xcode运行项目报错
Command PhaseScriptExecution failed with a nonzero exit code
解决方案:
1、在Xcode菜单栏选择File -> Workspace Setting -> Build System 选择Legacy Build System
2、在Xcode中使用快捷键command+shift+k
清理缓存
3、重新编译
更多推荐
所有评论(0)