Command SwiftCompile failed with
2024-03-26 本文已影响0人
Fultom
升级Xcode15后 打包报错 xxx Command SwiftCompile failed with a nonzero exit code
解决办法: 选中pod 报错的库 Code Generation->Compilation Mode改成和debug一样的 Incremental。
image.png
报错 Command PhaseScriptExecution failed with a nonzero exit code.
全局搜索 source="$(readlink "${source}")"
修改为 source="$(readlink -f "${source}")"
image.png