error: No certificate for team '**********' matching 'iOS Distribution' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning.
Opened this issue · 3 comments
I have that issue.
I`ve generated certificate with type iOS Distribution, and then convert it to p12-base64 with that command openssl base64 ...
I have that issue. I`ve generated certificate with type iOS Distribution, and then convert it to p12-base64 with that command openssl base64 ...
is problem solve bro ?
I have the same issue. Did any one manage to find a solution ?
You have to choose the right certificate. The parameter (should be documented better) specifies the certificate name which is usually: 'iPhone Distribution: TeamName (TeamId)'
Either specify full name or just the beginning 'iPhone Distribution'
Not sure what happens if you have multiple certificates with same name. In that case you could specify the certificate thumbprint (not sure if that works, but my guess is probably). You can look it up in Keychain Access App, or with command
security find-identity -p codesigning -v
Lost a couple of hours on this. Should be documented better.