Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@dfdesign
Copy link

I have that issue.
I`ve generated certificate with type iOS Distribution, and then convert it to p12-base64 with that command openssl base64 ...

@nurirppan
Copy link

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 ?

@sudarshann
Copy link

I have the same issue. Did any one manage to find a solution ?

@mario-mestrovic
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants