Xcode 配置文件位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/45625347/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode Provisioning Profiles Location
提问by John
Where are the Provisioning Profiles located in Xcode 8.3.3 within the project and/or file directory?
项目和/或文件目录中的 Xcode 8.3.3 中的 Provisioning Profiles 在哪里?
回答by wottle
Where they have been for older versions of Xcode: ~/Library/MobileDevice/Provisioning\ Profiles
它们用于旧版本的 Xcode: ~/Library/MobileDevice/Provisioning\ Profiles
Provisioning profiles are not stored with the project. Xcode has a common area and the profile is pulled when you build and bundled with the ipa.
供应配置文件不与项目一起存储。Xcode 有一个公共区域,并且在您构建并与 ipa 捆绑时会拉取配置文件。
回答by Ramprasath Selvam
- Go to the Finder
- From the “Go” menu navigate down to “Go to Folder”
or - Hit Command+Shift+Gfrom the Mac OS X desktopor a Finderwindow
- Search below Path
- 前往 Finder
- 从“转到”菜单向下导航到“转到文件夹”
或 - 命中命令+ Shift + G键从Mac OS X台式机或查找窗口
- 在路径下方搜索
~/Library/MobileDevice/Provisioning Profiles
~/Library/MobileDevice/Provisioning Profiles