Clarification and help with the certificate.

I am a complete novice and I find that I cannot restore or delete the “Apple Development” certificate (I only use it for signing). From what I understand, you need to be in a program to manage certificates, but I have no intention of distributing any applications and, from my point of view, it makes no sense to pay.

Am I wrong or am I doing something wrong?

Notes:

  • This happened after I installed Tahoe on a new installation.
  • I was able to restore it using a copy of the keychains folder I had from Sequoia.
  • Xcode (Apple Accounts - Manage Certificates) now shows me two certificates, indicating that one is not in the keychain and cannot be deleted.
Answered by DTS Engineer in 859200022
you can't manage certificates without being a paying member.

Correct.

Usually this isn’t a problem because Xcode’s automatic code signing takes care of everything for you. But it certainly does make it harder to investigate weird issues.

Are you actually having problems running your app? Or are you solely concerned with the presence of this extra certificate that you can’t delete?

If it’s the latter, I think that this’ll fix itself. Eventually this certificate will expire and thence disappear from the list.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

So, just to be clear, you’re not a paid member of the Apple Developer Program, right? You’re just using your Apple Account to run your own apps on your own devices. In Xcode this shows up as a Personal Team.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Exactly! And as far as I understand, you can't manage certificates without being a paying member.

you can't manage certificates without being a paying member.

Correct.

Usually this isn’t a problem because Xcode’s automatic code signing takes care of everything for you. But it certainly does make it harder to investigate weird issues.

Are you actually having problems running your app? Or are you solely concerned with the presence of this extra certificate that you can’t delete?

If it’s the latter, I think that this’ll fix itself. Eventually this certificate will expire and thence disappear from the list.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Clarification and help with the certificate.
 
 
Q