一、DerivedData
说明:模拟器运行程序时产生的数据。
路径:~/Library/Developer/Xcode/DerivedData
二、Archives
说明:Xcode打ipa包的历史记录xcarchive文件,此文件在线上运营的app不同版本的BUG追踪,配合dSYM工具进行定位分析有重要作用。
路径:~/Library/Developer/Xcode/Archives
三、Products
说明:Xcode打包产生的app icon历史版本。
路径:~/Library/Developer/Xcode/Products/
四、DeviceSupport
说明:设备支持文件,Xcode对应版本的,再连接设备调试时,会重新自动生成。
路径:~/Library/Developer/Xcode/iOS DeviceSupport
五、模拟器文件
说明:删除之后可以重新下载,各个版本自己手动下载几个模拟器。
路径:~/Library/Developer/CoreSimulator/Profiles/Devices/
六、com.apple.dt.Xcode
说明:xcode缓存文件,重新运行时候,再次生成。
地址:~/Library/Caches/com.apple.dt.Xcode
七、插件(Plug-ins)
说明:Xcode8开始的mac设备是没有,Xcode8以后禁止插件。
路径1:~/Library/Developer/Xcode/Plug-ins
路径2:~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
八、XCPGDevices(playground 项目缓存)
说明:类似二的DerivedData。
路径:~/Library/Developer/XCPGDevices/
九、证书描述文件
说明:占据空间很小,安装证书比较多。该文件可以再次下载。
路径:~/Library/MobileDevice/Provisioning Profiles
网友评论