Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode does not display the list of provisioning profiles

Tags:

xcode

ios

iphone

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?

enter image description here

Currently I am set provisional profile name manually like below.

enter image description here

like image 398
Dipen Chudasama Avatar asked Jun 08 '15 05:06

Dipen Chudasama


People also ask

Can't find any available provisioning profiles for iOS simulator?

If your Bundle Identifier has a name like "com. myapp. app1", you will get this error: Could not find any available provisioning profiles for iOS, because your profile accept only apps with the names started with com. companyname and you are using a appname different.


1 Answers

First go to Xcode > Preferences:

enter image description here

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":

enter image description here

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.

enter image description here

like image 93
Paul Avatar answered Oct 12 '22 01:10

Paul