1,清理 ~/Library/Developer/CoreSimulator/Devices
說明:該目錄存放當前的全部模擬器,每一個標識符表明一臺機器,清理掉避免存在舊版本的模擬器緩存xcode
執行:緩存
2,清理 ~/Library/Developer/Xcode/iOSDeviceSupport
說明:該目錄存放的是真機調試時參數的設備緩存bash
執行:函數
3,清理 ~/Library/Developer/Xcode/DerivedData
說明:該目錄存在調試App的索引文件等,當編譯出現奇怪的問題是能夠清空此文件夾調試
執行:code
cleandd(){
echo "Start Removing derived data."
rm -rf ~/Library/Developer/Xcode/DerivedData
echo "Removed all derived data."
}索引
而後再終端中每次執行cleandd 便可編譯
4,清理~/Library/Developer/Xcode/Archives
說明:該目錄存放打包生成的文件,能夠酌情刪除,別把須要的刪除的無法恢復打包
執行:file
5,清理/Library/Developer/CoreSimulator/Profiles/Runtimes說明:該目錄存放手動下載的模擬器,即你再Xcode--Preferences--Components中下載的模擬器