问题
使用 xcode 跑项目真机调试的时候,一直报错 Command PhaseScriptExecution failed with a nonzero exit code
。
解决
最终靠以下方法解决
- 删除Podfile.lock文件
- 删除Pods文件
- 删除.xcworkspace文件
- Pod install
- Command+Shift+K 清理一下缓存
亲测有效
使用 xcode 跑项目真机调试的时候,一直报错 Command PhaseScriptExecution failed with a nonzero exit code
。
最终靠以下方法解决
亲测有效