美文网首页Swift好文收藏
Command SwiftCompile failed with

Command SwiftCompile failed with

作者: Fultom | 来源:发表于2024-03-26 21:17 被阅读0次

升级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

相关文章

网友评论

    本文标题:Command SwiftCompile failed with

    本文链接:https://www.haomeiwen.com/subject/gvxetjtx.html