iOS开发笔记之四十九——iOS开发中一些常用的路径

来源:互联网 发布:网络上的全见图片 编辑:程序博客网 时间:2024/05/01 03:53

App沙盒路径:

/Users/username/Library/Developer/CoreSimulator/Devices/2E18005A-EAAF-43DB-967F-1551971CD6F3/data 

Xcode缓存路径:

/Users/username/Library/Developer/Xcode/DerivedData

模拟器的位置:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs

Xcode文档安装位置:

/Applications/Xcode.app/Contents/Developer/Documentation/DocSets

插件保存路径:

~/Library/ApplicationSupport/Developer/Shared/Xcode/Plug-ins

自定义代码段的保存路径:

~/Library/Developer/Xcode/UserData/CodeSnippets/ 如果找不到CodeSnippets文件夹,可以自己新建一个CodeSnippets文件夹。

描述文件路径:

~/Library/MobileDevice/Provisioning Profiles

0 0