美文网首页常见错误收集
xcode10 Command PhaseScriptExecu

xcode10 Command PhaseScriptExecu

作者: 漂泊的掳人 | 来源:发表于2018-11-16 11:20 被阅读522次

Command PhaseScriptExecution failed with a nonzero exit code

解决方法:

第一种:xcode菜单file->Workspace Settings->Build System 选择Legacy Build System 使用旧的编译系统即可。


第二种:sudo gem install cocoapods --pre

                 pod update                 

升级cocoapods到1.6.0beta,参考:cocoapods - Xcode 10 Command PhaseScriptExecution failed with a nonzero exit code (EXPANDED_CODE_SIGN_IDENTITY: unbound variable) - Stack Overflow

相关文章

网友评论

    本文标题:xcode10 Command PhaseScriptExecu

    本文链接:https://www.haomeiwen.com/subject/kdgpfqtx.html