美文网首页
The following build commands fai

The following build commands fai

作者: yangkunlll | 来源:发表于2020-05-25 11:39 被阅读0次

    xcodebuild报错 :

    The following build commands failed:

    PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/xjwang/Library/Developer/Xcode/DerivedData/xxx-dqxchixuxfjhlublqxuilrrmtfeh/Build/Intermediates.noindex/xxx.build/Debug-iphoneos/xxx.build/Script-896FD91D531F1B8CA4E34BAA.sh   (1 failure)

    报错原因:login.keychain被锁定,ssh登录的没有访问权限

    解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/login.keychain

    然后输入你mac的登录密码

    相关文章

      网友评论

          本文标题:The following build commands fai

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