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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 18:26:56  来源:igfitidea点击:

Xcode Provisioning Profiles Location

xcodexcode8provisioning-profileapp-signing

提问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

  1. Go to the Finder
  2. From the “Go” menu navigate down to “Go to Folder
    or
  3. Hit Command+Shift+Gfrom the Mac OS X desktopor a Finderwindow
  4. Search below Path
  1. 前往 Finder
  2. 从“转到”菜单向下导航到“转到文件夹

  3. 命中命令+ Shift + G键从Mac OS X台式机查找窗口
  4. 在路径下方搜索

~/Library/MobileDevice/Provisioning Profiles

~/Library/MobileDevice/Provisioning Profiles

enter image description here

在此处输入图片说明