1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| xcode运行过的项目缓存 ~/Library/Developer/Xcode/DerivedData
xcode支持的iOS的系统缓存 ~/Library/Developer/Xcode/iOS\ DeviceSupport
打包目录 ~/Library/Developer/Xcode/Archives ~/Library/Developer/Xcode/Products
支持的模拟器目录 ~/Library/Developer/CoreSimulator/Devices
xcode的sdk目录 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
插件目录 ~/Library/Application\ Support/
|