Xcode 编译项目报错 `Command PhaseScriptExecution failed with a nonzero exit code`
2023-11-25 tech mac xcode ios 1 mins 2 图 223 字
去年的一个项目,报了这个错:
搜索了一番,这么解决:
- 删除Podfile.lock文件
- 删除Pods文件
- 删除.xcworkspace文件
- pod install
- Command+Shift+K 清理一下缓存
后来请教大佬,xcode升级之后就需要在目录Pods/Target Support Files/xxx
里手动加-f
也可以: