xcode11 Command PhaseScriptExecution failed with a nonzero exit code

正常在跑的项目,由于朋友新建的工程通过cocoapods引入三方签名报错,有问题,所以尝试新建pods工程。出现签名链错误后做了一些本地的删除pp证书的操作,朋友删除pods中use_framework后好了,但是我的工程依旧报这个错误。今天突然发现公司的项目也跑不起来了,我肯定不能乱动工程中pods参数。于是尝试网上解决方案,大多数不行。知道看到(https://stackoverflow.com/questions/48911289/warning-unable-to-build-chain-to-self-signed-root-for-signer-warning-in-xcode
)这篇文章,尝试删除钥匙串中的apple worldwide证书解决。

问题:


xcode11 Command PhaseScriptExecution failed with a nonzero exit code_第1张图片
202036142659dama.png

网上选择woke setting编译参数无效
钥匙串登录和系统中均包含apple worldwild证书,删除系统中手动设置信任的worldwild证书

xcode11 Command PhaseScriptExecution failed with a nonzero exit code_第2张图片
WechatIMG944.png

你可能感兴趣的:(xcode11 Command PhaseScriptExecution failed with a nonzero exit code)