iOS Build Environment Help Center

Assosciated Private Key

append delete Adda

Windows version: 10
Builder version: 3.60.2
iOS SDK version: 17

Hello,

I'm using a provisioning profile generated from XCode. My provisioning profile & certificate are listed, and I can select them from the drop-down list, but not the associated private key generated by the builder.

What on the associated private key list is 'not found (import the right key into Keychain tool or select another certificate).'

Reply RSS

Replies

append delete #1. Pierre-Marie Baty

Hello

Please read the paragraphs of the documentation that are about code signing identifies and how to migrate them. A signing identity isn’t just a provisioning profile. You also need the private key to the certificate it contains to be able to use it. On macOS these items are stored in Keychain Access and protected by your session password. If you declined giving your session password to the migration assistant, it couldn’t access your private keys and thus they stayed on your Mac and weren’t migrated to Windows.

In this situation either migrate them manually through a .p12 file (cf. documentation), or create a new signing identity from scratch.

Reply

(Leave this as-is, it’s a trap!)

There is no need to “register”, just enter the same name + password of your choice every time.

Pro tip: Use markup to add links, quotes and more.

Moderators: Pierre-Marie Baty