Search code examples
iosobjective-cxcodexcode5

Adding provisioning profiles manually in xcode 5


In XCode 4, when I downloaded the provisioning profiles from my developer account and double clicked on the provisioning profile, XCode opened and added the provisioning profile to the list of the valid profiles, but in XCode 5, it seems that the provisioning profile menu has been moved under preferences -> accounts.

So how can we add them manually with double click on them?


Solution

  • As normal you can just double click. Once you have double clicked it will open up the iPhone Configuration Utility app and ask if you want Add to Library when you click Add to Library if you already have a provisioning profile with that name you will asked if you want to replace it just click Replace Provisioning Profile and you're done the new profile will appear in xcode.

    If this isn't installed by default you can find the iPhone Configuration Utility App here - Thanks to @Dan for letting me know this link now is giving a 404

    So here is a link to the Apple Configurator that I believe has replaced the iPhone Configuration Utility App

    Add to Library

    Add to Library

    Replace provisioning profile

    Replace provisioning profile