Does anyone know how to find the Apple provisioning profile UUID with Xcode 6? It could be found in the Organizer window in earlier Xcode versions, but I can't find it in Xcode 6.
Thanks,
--Rob Roberts
How to find Apple provisioning profile UUIDDoes anyone know how to find the Apple provisioning profile UUID with Xcode 6? It could be found in the Organizer window in earlier Xcode versions, but I can't find it in Xcode 6. Thanks, |
Subscribe to email updates
Monthly updates from our Zebra development team, straight to your inbox.
3 Replies
You can find the provisioning profile UUID easily without xCode,
just download and open your provisioning profile with any text editor (like notePad, TextEdit), and look for
UUID
your_uuid_value_is_here
The iPhone Configuration Utility is another alternative. It will give you a list of the provisioning profiles installed on your machine, and then you can select any of them. When you select one, there is an information block at the bottom that shows the UDID, among other things. I've found it's the easiest way!
OK, I figured it out. (Apple really doesn't make this easy.) In case anyone else has the same problem, here's how to get the provisioning profile's UUID.
Open Xcode and go to Preferences/Accounts.
Click on your Apple ID, click the Details button, and then click the refresh icon (at the lower right of the window).
Right-click on the provisioning profile and select Show in Finder.
The file name (up to the extension) is the UUID. I.E. - .mobileprovision
If anyone knows a more straightforward way to get it, please post it here.
--Rob Roberts