Reputation: 43
I have downloaded a distribution Provisioning Profile. Previously in xcode 4.2 I used to double click on the Provisioning profile and it used to appear in the organizer of Xcode.However this is not happening in case of Xcode 4.6.when I double click it doesn't get added nor does it appear in the code signing option. I have successfully added Certificate which can be seen in keychain.
Upvotes: 2
Views: 1247
Reputation: 3041
If I understood your problem correctly, then I'm experiencing the same issue with Xcode 4 after updating to Mavericks. Since then double-clicking on a provisioning profile doesn't add it to Xcode automatically. You need to drag'n'drop a file to Xcode organizer.
Upvotes: 0
Reputation: 15213
Make sure it opens with the desired Xcode. Usually if you have 2 Xcodes installed the file opens with only one of them. Make sure you right click on the profile file -> open with -> appropriate xcode. If that's not the case, just try in the organizer to click import and select the profile.
Upvotes: 0
Reputation: 4634
When you download the certificate, drag it from the Downloads folder to the Xcode icon in the dock. Might I also suggest updating Xcode to 5.0.2? It includes automatic provisioning.
Upvotes: 3