Warning: unable to build chain to self-signed root for signer "Apple Development: John Smith (########)"
The Apple Development certificate I'm using is not trusted, and when I evaluate it, it tells me that there is No Root Certificate found. However, I have the following unexpired certificates on my machine:
Apple IST CA 2 - GA
Apple Root CA
Apple Root Certificate Authority
Apple Worldwide Developer Relations CA - G2
Apple Worldwide Developer Relations Certificate Authority
When I evaluate the Apple Root CA it tells me that the cert is valid, but "Root ALSO in System Roots". Is this a problem?
Thanks in advance.
-
—
Soonerwolf
Add a CommentI had this happen to me today. I went into Keychain Access and noticed I had an expired personal developer certificate that was being referenced by our distribution certificate. I also had multiple personal developer certificates that were not expired. All the distribution certificates were showing as "Untrusted" in Keychain.
I deleted the expired personal certificate, then all the distribution certificates came up as "Trusted." I then re-opened Xcode and successfully built an Archive of my current project for distribution on the App Store.