在iOS15发布来临之际,下载了Xcode13 版本
image.png
运行过程中经常无响应
image.png
配上我的电脑配置:
image.png
总结一句不要升级
如果不幸入坑, 又不想回退可能会遇到以下问题,欢迎留言交流:
问题 1 : 彻底废弃Legacy Build System
The Legacy Build System will be removed in a future release.
image.png修改方法
Xcode顶部菜单: File > Workspace Settings. 改成: New Build System(Default)
image.png
2 多Info.plist问题
Multiple commands produce 'xxx/Info.plist':
- That command depends on command in Target 'xx'): script phase “[CP] Copy Pods Resources”
- Target 'xx' (project 'xx') has process command with output 'xx/Info.plist'
修改方法
Podfile文件增加一行:
install! 'cocoapods', :disable_input_output_paths => true
然后一定要 pod install
3 方法冲突
image.png修改方法
删除冲突方法的其中之一
4 clip证书报错问题(待解决,解决后立刻更新):
image.png
网友评论