Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Archive Error: Missing IOS Distribution Signing Identity For (Name)

Tags:

xcode

ios

xcode7

When I try to archive my app, I get this error...

Archive Error Image

I've been doing a lot of research, but can't seem to figure it out. I've tried everything from revoking and recreating my certificates, and recreating the Provisioning Profiles.

What do i do?

like image 535
nachshon f Avatar asked Oct 19 '15 20:10

nachshon f


2 Answers

According to the Apple Developer Forums, the Apple Worldwide Developer Relations Intermediate Certificate Expiration expired 2/14/2016.

... This issue stems from having a copy of the expired WWDR Intermediate certificate in both your System and Login keychains. To resolve the issue, you should first download and install the new WWDR intermediate certificate (by double-clicking on the file). Next, in the Keychain Access application, select the System keychain. Make sure to select “Show Expired Certificates” in the View menu and then delete the expired version of the Apple Worldwide Developer Relations Certificate Authority Intermediate certificate (expired on February 14, 2016). Your certificates should now appear as valid in Keychain Access and be available to Xcode for submissions to the App Store.

Follow These Simple Steps:

  1. Open Keychain from top menu go to View > Show Expired Certificates .
  2. Now In Keychain Locate Expired Apple World Wide Developer Relation Certification Authority in Login tab and System tab from left panel and delete it from both tabs.
  3. Download Certificate: https://developer.apple.com/certificationauthority/AppleWWDRCA.cer and double click to install it.
  4. Restart Xcode.
like image 83
Irfan Gul Avatar answered Nov 10 '22 20:11

Irfan Gul


This answer solved my problem...

The problem was that the certificate was not signed by a known authority.

this certificate was signed by an unknown authority

like image 2
nachshon f Avatar answered Nov 10 '22 20:11

nachshon f