使用Xcode13时打包报错了:
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
Command CompileSwiftSources failed with a nonzero exit code
解决方案1:
Project-Build Setting-Compilation Mode设置为Incremental。然后Clean一下,重新打包。如果打包还是不行,尝试方案2.
方案2:
找到报错的信息,然后选择相应的Target,然后找到Exclude Architectures,添加一个armv7.
把每一个报错的包都要添加一遍,图中还要给Mixpanel 、 ZLPhotoBrowser设置一遍。
重新打包即可。
加油~