问题
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:
- Go to the Finder
- From the “Go” menu navigate down to “Go to Folder”
or - Hit Command+Shift+G from the Mac OS X desktop or a Finder window
- Search below Path
~/Library/MobileDevice/Provisioning Profiles
来源:https://stackoverflow.com/questions/45625347/xcode-provisioning-profiles-location