You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
#90
Open
dfdesign opened this issue
Dec 12, 2022
· 3 comments
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.
I have that issue.
I`ve generated certificate with type iOS Distribution, and then convert it to p12-base64 with that command openssl base64 ...
The text was updated successfully, but these errors were encountered: