问题背景 使用第三方工程demo的时候,xcode有该错误 Showing All Errors Only Command PhaseScriptExecution failed with a nonzero exit code 原因 暂无深入探究,应该是跟cocoapods有关系 解决方案 解除集成cocoapods pod deintegrate 重新集成cocoapods pod install