-
Notifications
You must be signed in to change notification settings - Fork 141
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 signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "***" with a private key was found. #79
Comments
Same issue. |
Update:
This is what I received later on
And I am not using |
I am having the same issue, Any solutions yet? |
No solution so far, still investigating it. |
I managed to get the list of my code sign identity by just running this command: and use the value there. |
how please? |
any solutions on this? |
1 similar comment
any solutions on this? |
I think you are supposed to include the full common name of the signing certificate you uploaded. In my case, that follows the format "Apple Distribution: <entity_name> (<team_id>)". You can look up this name from the Mac used to create the certificate - either from Keychain Access or by running the command @alinz mentioned. |
The thing is, my signing certificate is not with "iOS Development", but with "Apple Development". I have set
code-signing-identity
to "Apple Development" and replaced all possible "iOS Development" across the code, but this still happens. I wonder what issue could that be.The text was updated successfully, but these errors were encountered: