Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 5: code signing identity list not complete

Tags:

xcode

ios

xcode5

Just updated and used xcode 5 to to up a 2nd version of my app. But now the problem is on the code signing identity.

WHen I open up my old files from xcdoe 4.5, I see the full list of my identities there, but on this new project, there is only one developer identity listed. the rest (developer & distribution) identities are no where to be seen.

I tried to reinstall the provision file again, but still nothing happens.

Anyone facing the same problem and manged to solve it?

Thanks!!

like image 448
dan Avatar asked Dec 01 '22 03:12

dan


2 Answers

In Xode5+

1) firstly select the provision profile

2) than select the code signing identity

enter image description here

like image 62
Deepesh Avatar answered Dec 17 '22 12:12

Deepesh


It might be possible that you missed to configure the developer account in Xcode 5. In lasest Xcode 5 Apple had changed a provisional profile settings. To see full list of the provisional profile you have to confiture your developer account using Xcode.

Steps :

  1. Select your Xcode project file.

  2. Go to general tab.

  3. You will see dropdown for the Team click on it & configure your developer account over here. Then after you will see all the provisional profiles in Build Settings.

enter image description here

Hope it works!!!

like image 38
Nilesh Patel Avatar answered Dec 17 '22 13:12

Nilesh Patel