在iOS15發(fā)布來(lái)臨之際,下載了Xcode13 版本
image.png
運(yùn)行過(guò)程中經(jīng)常無(wú)響應(yīng)
image.png
配上我的電腦配置:
image.png
總結(jié)一句不要升級(jí)
如果不幸入坑, 又不想回退可能會(huì)遇到以下問(wèn)題,歡迎留言交流:
問(wèn)題 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問(wèn)題
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'
image.png
修改方法
Podfile文件增加一行:
install! 'cocoapods', :disable_input_output_paths => true
然后一定要 pod install
3 方法沖突
image.png
修改方法
刪除沖突方法的其中之一
4 clip證書(shū)報(bào)錯(cuò)問(wèn)題(待解決,解決后立刻更新):
image.png