清理xcode

移除 Xcode 运行安装 APP 产生的缓存文件(DerivedData)

~/Library/Developer/Xcode/DerivedData

移除 APP 打包的ipa历史版本(Archives)

~/Library/Developer/Xcode/Archives

移除 APP 打包的app icon历史版本(Archives)

~/Library/Developer/Xcode/Products/

移除模拟器的缓存数据(Devices)

~/Library/Developer/CoreSimulator/Devices/

移除对旧设备的支持(iOS DeviceSupport)

~/Library/Developer/Xcode/iOS DeviceSupport

移除旧版本的模拟器支持

~/Library/Developer/CoreSimulator/Profiles/Runtimes/

复制完毕,感觉卡的时候可以定时清理下

原文地址:https://www.cnblogs.com/jztsdwn/p/8583540.html