Xcode Provisioning Profiles Location

六眼飞鱼酱① 提交于 2019-12-17 07:13:27

问题


Where are the Provisioning Profiles located in Xcode 8.3.3 within the project and/or file directory?


回答1:


Where they have been for older versions of 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.




回答2:


  1. Go to the Finder
  2. From the “Go” menu navigate down to “Go to Folder
    or
  3. Hit Command+Shift+G from the Mac OS X desktop or a Finder window
  4. Search below Path

~/Library/MobileDevice/Provisioning Profiles



来源:https://stackoverflow.com/questions/45625347/xcode-provisioning-profiles-location

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!