Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code signing issue in Xcode version 8

Tags:

ios

ios10

xcode8

I updated my Xcode to version 8 after iOS 10 release. Apple made some changes in code signing process and it is now available in general section of target settings. But the issue is my production provisioning profile is showing as ineligible one. This error message is coming:

"xxxproductionprovisioningprofile" doesn't include signing certificate "iPhone Distribution: xxx (xxx)".

I again created the provisioning profile using same distribution certificate. The distribution certificate is present in keychain too. Everything was working fine in Xcode version 7.3 and earlier. Any help is appreciated.

like image 200
Rohitax Rajguru Avatar asked Sep 19 '16 05:09

Rohitax Rajguru


People also ask

Where is code signing Identity in Xcode?

In Xcode an integrated development environment (IDE), it appears as an option in the build setting as a list option from which developers can select the Identity to be used for CodeSign.


1 Answers

I got the same error after updating from Xcode7 to Xcode8. I dont need to install the certificates.

  1. In my case I only have to go to Xocde -> "Preferences"->"Accounts".

  2. There I have to login again my existing account, the login was expired.

  3. IMPORTANT: After this, restart Xcode.

Then everything works as expected.

best regards

like image 180
BHuelse Avatar answered Sep 21 '22 13:09

BHuelse