美文网首页美文共赏
Xcode 13 Archive Error

Xcode 13 Archive Error

作者: miler | 来源:发表于2021-11-25 11:43 被阅读0次

Xcode 升级到13后 archive 报错

remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
Command CompileSwiftSources failed with a nonzero exit code


image.png

Swift libraries depending on Combine may fail to build for targets including armv7 and i386 architectures. (82183186, 82189214) Workaround: Use an updated version of the library that isn’t impacted (if available) or remove armv7 and i386 support (for example, increase the deployment target of the library to iOS 11 or higher).

解决办法

image.png

对应第三方库的Deployment Target 更改成iOS11.0以上

image.png

相关文章

网友评论

    本文标题:Xcode 13 Archive Error

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