清理磁盘空间-Xcode文件清理

2020-09-28  本文已影响0人  蜗牛1992

最近电脑天天报磁盘不足,今天彻底清理下,清理出来了50G的东西,在这里做个记录,主要是Xcode缓存太大。
Xcode缓存路径:~/Library/Developer/
Xcode缓存路径主要是以下位置


image.png

模拟器
~/Library/Developer/CoreSimulator

Xcode
~/Library/Developer/Xcode

测试机
~/Library/Developer/XCTestDevices

清理缓存
模拟器
~/Library/Developer/CoreSimulator

Caches 清空
Devices 保留device_set.plist文件,其余可清空,运行时候可生成
Xcode
~/Library/Developer/Xcode

Archives 这是项目的打包文件,要在移动硬盘做备份,方便后续定位bug用到。
DerivedData 编译的中间文件,可以删除后,重新生成
DocumentationCache 可删除
iOS Device Logs 设备日志,可删除
iOS DeviceSupport
测试机
~/Library/Developer/XCTestDevices
可清空文件夹

附录:
终端查看内存:du -sh *
APP缓存都在~/Library/Containers里面,可以清除一些已删除软件的残留。

上一篇下一篇

猜你喜欢

热点阅读