xcode用久后有很多再也用不到的文件一直占用空间。这里放这个文章以后备用。
http://blog.csdn.net/cuihaiyang/article/details/56892799
1. 清理~/Library/Developer/CoreSimulator/Devices 该目录是存放模拟器,里面每个模拟器标识符代表一台设备,具体可见
rm -rf ~/Library/Developer/CoreSimulator/Devices
2.清理~/Library/Developer/Xcode/iOSDeviceSupport 该目录是真机调试时产生的,删除后下次调试时会自动生成。
3.清理~/Library/Developer/Xcode/DerivedData 该文件夹存放项目的索引文件等,可以全部删除,或者删除不常用的项目,再次打开项目会自动生成。
4.清理~/Library/Developer/Xcode/Archives 该文件夹存放app打包生成的文件,可以删掉不需要的项目打包文件。
5.清理/Library/Developer/CoreSimulator/Profiles/Runtimes,该文件夹存放手动下载的Simulator。
6. 清理~/Library/Developer/Xcode/Shared/Documentation/DocSets