Reputation: 3093
I have some issue with Xcode 6.3, in below image you can show that there is and no selection provided to select provisional profile name or application ID like (Automatic, or any other app Id name) and also not able to get list of provisional profiles which was available. How can I resolve this?
Currently I am set provisional profile name manually like below.
Upvotes: 15
Views: 8256
Reputation: 2937
For me it was solved by having the account owner login to the apple developer account and agree to changed Apple Developer Licensing Agreement. I can't imagine a reason why Apple doesn't show any message why the provisioning profile couldn't be imported.
Upvotes: 0
Reputation: 1159
First go to Xcode > Preferences:
Login with the developer account with the profiles you are trying to get to show up. When you do, highlight the account and press "View Details":
After that, press the refresh button to make sure your profiles are there. Then go back to Code Signing in Xcode. Your profiles should show up.
Upvotes: 13
Reputation: 1720
The problem is that you don't have the certificate's private key installed in your system.
You need to follow these steps:
Now you provisioning profile will be visible in the profile's drop down.
Please make sure that profile is created with the same certificate.
Upvotes: 0
Reputation: 4371
follow steps below
1)xcode -> preference -> accounts
click on account name -> view details(on right side) http://prntscr.com/7z4nve you can see like this and click on refresh button below left side
hope works
Upvotes: 0
Reputation: 6394
Add your developer account in team section.
You can find team section in Project Target Options.
Once you will add it, hopefully you will get everything in build setting.
Upvotes: 0