今天在運(yùn)行測(cè)試項(xiàng)目的時(shí)候,遇到報(bào)錯(cuò)
Command PhaseScriptExecution failed with a nonzero exit code

image.png
查了一些方法,有一些無效,最終靠以下方法解決
1.刪除Podfile.lock文件
2.刪除Pods文件
3.刪除.xcworkspace文件
4.Pod install
5.Command+Shift+K 清理一下緩存
今天在運(yùn)行測(cè)試項(xiàng)目的時(shí)候,遇到報(bào)錯(cuò)
Command PhaseScriptExecution failed with a nonzero exit code
查了一些方法,有一些無效,最終靠以下方法解決
1.刪除Podfile.lock文件
2.刪除Pods文件
3.刪除.xcworkspace文件
4.Pod install
5.Command+Shift+K 清理一下緩存