Certificate Private Key not installed error XCode

I am trying to validate my app XCode but am receiving an error that the private key is not installed. On checking my keychain, I can see that the private key is present. Have tried all the options like revoking the certificate, deleting it from the keychain and recreating it, manually signing etc. but still the issue continues. Someone please help me out. If it can help, I have recently changed my membership from individual to organization and that is when the issue has started. My Mac being used is the same and this was working earlier.

Try running this in Terminal:

% security find-identity -v -p codesigning

What do you see?

Share and Enjoy

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

This is what I see

I’m sorry but I can’t read that; please repost it in the Reply box rather than as a comment. Also, use the Code Block button to format as… well… a code block.

Share and Enjoy

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

Sorry for the delay in response. Please find the response in the code block below :

1) EFD8CDEEAC0F8D6151BC492DD12E7A28564B702C "Apple Development: Gayomard Mehta (BL54YJU432)"
2) 88CF87BDA69479E7B51DFE88C44415193373C3BE "Apple Distribution: SYSTSOFT TECHNOLOGIES LLP (86HJCGV3B4)"
2 valid identities found

Any help will be appreciated since I am stuck...

So, to confirm:

  • In your Xcode project, in Signing & Capabilities for all the targets that make up your app, you’ve enabled “Automatically manage signing”.

  • Your Team ID is 86HJCGV3B4.

  • You’ve select that Team ID in Signing & Capabilities, and there’s no disparity between your Debug and Release build configurations.

  • You can build and run your app locally.

Is that all correct?

Share and Enjoy

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

Yes, that is correct. I had recently shifted from an individual account in my name to a company account at apple. I am thinking that may be the reason. The app builds and runs locally just fine and there is no disparity between the configs. Also, I use auto signing.

I had recently shifted from an individual account in my name to a company account at apple.

Does that mean you have two teams, an Individual team and an Organization team? If so, which has the Team ID 86HJCGV3B4?

Or is this one team that you converted from Individual to Organization?

Share and Enjoy

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

Hi,

Only one team, it was earlier individual in the name of "Gayomard Mehta" now has been converted to organization "Systsoft Technologies LLP".

it was earlier individual … now has been converted to organization

OK.

I’m not aware of any specific gotchas with that, but it’s also not a situation I’m familiar with. I recommend that you open a DTS tech support incident and talk to DTS’s iOS code signing specialist.

Share and Enjoy

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

Certificate Private Key not installed error XCode
 
 
Q