Xcode使用

Xcode清理

  • 删除Xcode中多余的证书provisioning profile
~/Library/MobileDevice/Provisioning Profiles
  • Xcode插件的安装路径(可以在这里删除内容来卸载插件)
 ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
  • 清理Xcode编译项目产生的缓存垃圾,建议定期清理,会重新生成
 ~/Library/Developer/Xcode/DerivedData
  • 清除模拟器运行产生的文件,可以清理,运行模拟器会重新生成
~/Library/Developer/CoreSimulator/Devices/
  • 移除对旧设备的版本支持,建议清理,连接设备会重新生成
~/Library/Developer/Xcode/iOS DeviceSupport
  • xcode模拟器存放路径,谨慎,清理后如需要需要自己下载添加
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  • xcode去除git的版本控制
Xcode -> preference 选择 sorce control ,去掉Enable source control 的勾

你可能感兴趣的:(Xcode使用)