iOS&Mac

iOS开发常用Mac目录

2020-09-05  本文已影响0人  ADreamClusive

xcode支持设备

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

如果当前xcode不支持新系统设备,可下载最新版xcode或下载beta版之后将此目录下新设备拷贝到老xcode下以获得支持

代码片段-CodeSnippets

~/Library/Developer/Xcode/UserData/CodeSnippets

打包文件目录 - Archives, 提交App Store或者Adhoc时打包的ipa文件路径,删除了不可恢复,可重新打包。

~/Library/Developer/Xcode/Archives

模拟器上app应用运行生成缓存文件:删除无影响,可重新生成

~/Library/Developer/XCPGDevices

模拟器 App目录 - DerivedData

~/Library/Developer/Xcode/DerivedData

插件目录 - Plug-ins

~/Library/Application Support/Developer/Shared/Xcode/Plug-ins

Provisioning Profiles目录

~/Library/MobileDevice/Provisioning Profiles

主题目录 - FontAndColorThemes

~/Library/Developer/Xcode/UserData/FontAndColorThemes

.simruntime结尾的模拟器文件地址,可以选择删除不再用的系统文件:

/Library/Developer/CoreSimulator/Profiles/Runtimes/

.sdk结尾的模拟器文件地址(该文件不大),同上runtimes

/Applications/{{Xcode App}}/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/

Xcode对真机设备支持: 连接设备时自动生成对应的版本支持文件,如果删除了,再次连接还会重新生成。

~/Library/Developer/Xcode/iOS DeviceSupport

pod缓存路径:

~/Library/Caches/CocoaPods/Pods/Release

其他

浏览器插件位置 - Internet Plug-Ins

~/Library/Internet Plug-Ins
上一篇下一篇

猜你喜欢

热点阅读