写在前边:
两个路径的区别(以我的电脑为例)
/Library
代表Macintosh HD/Library
~/Library
代表Macintosh HD/用户/wanglizhi(我的用户名)/Library
1、移除对旧设备的支持(这个放心删,我这里腾出来了30个G)
影响:可重新生成;再连接旧设备调试时,会重新自动生成。我移除了4.3.2, 5.0, 5.1等版本的设备支持。
路径:~/Library/Developer/Xcode/iOS DeviceSupport
(不是Macintosh HD下的资源库)
2、移除旧版本的模拟器支持(只留一两个就可以,照样腾出来20多个G)
影响:不可恢复;如果需要旧版本的模拟器,就需要重新下载了。我移除了4.3.2, 5.0, 5.1等旧版本的模拟器。
注意这里的路径一定要是Macintosh HD 下边的Library。可别找错了,弄成{username}下的library
路径:~/Library/Application Support/iPhone Simulator
xcode9.0以后,下载文件的位置改为:
/Library/Developer/CoreSimulator/Profiles/Runtimes
已过时
xcode8.3.3自带一个10.3的模拟器系统,位置在这里,如果想删除的话可以试试,不过我没有删除过
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/CoreSimulator/Profiles/Runtimes
3、移除模拟器的临时文件
影响:可重新生成;如果需要保留较新版本的模拟器,但tmp文件夹很大。放心删吧,tmp文件夹里的内容是不重要的。在iOS Device中,存储空间不足时,tmp文件夹是可能被清空的。
路径:~/Library/Application Support/iPhone Simulator/6.1/tmp
(以iOS Simulator 6.1为例)
xcode9以后模拟器app在mac上的存储位置
/Users/username/Library/Developer/CoreSimulator/Devices/
注意把这里的文件删除之后会导致模拟器不可用。这时候你打开xcode window->Devices and simulator -> simulators
把所有的模拟器删除重新添加一遍就搞定了。我的差不多省了2个G的内存
4、移除模拟器中安装的Apps
影响:不可恢复;对应的模拟器中安装的Apps被清空了,如果不需要就删了吧。
路径:~/Library/Application Support/iPhone Simulator/6.1/Applications
(以iOS Simulator 6.1为例)
xcode9之后应该安装在这里了
/Users/你当前登陆的用户名/Library/Developer/Xcode/DerivedData/YOURPROJECTNAME_SOMETHINGSOMETHING/Build/Products
5、移除Archives
影响:不可恢复;Adhoc或者App Store版本会被删除。建议备份dSYM文件夹
路径:~/Library/Developer/Xcode/Archives
6、移除DerivedData
影响:可重新生成;会删除build生成的项目索引、build输出以及日志。重新打开项目时会重新生成,大的项目会耗费一些时间 (Xcode11.1中有两个多G)
路径:~/Library/Developer/Xcode/DerivedData
7、移除旧的Docsets
影响:不可恢复;将删除旧的Docsets文档
路径:~/Library/Developer/Shared/Documentation/DocSets
2019/10/21更新
8、移除对WatchOS、AppleTVOS模拟器的支持(Xcode11)
影响:无法使用对应的模拟器
路径:
WatchOS模拟器4.42G
/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes
AppleTVOS模拟器2.99G
/Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes
iPhoneOS模拟器6.14G,目前我不使用iPhone模拟器,所以我把这个文件从本地删除放到了百度网盘里,有需要再下载回来(2019/10/24更新:还是不要删了,删了这个文件会导致xib打不开,上边两个还是可以删除的)
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes
9、移除模拟器版本数据
影响:无 有500多M
路径:~/Library/Developer/Xcode/UserData/IB Support/Simulator Devices
(Xcode11.1)
以上操作搞完之后我的Xcode只有4.99G了,开心