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 signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "***" with a private key was found. #79

Open
terryjiang2020 opened this issue Jul 1, 2022 · 9 comments

Comments

@terryjiang2020
Copy link

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.

@zainkhas
Copy link

zainkhas commented Jul 4, 2022

Same issue.

@terryjiang2020
Copy link
Author

terryjiang2020 commented Jul 7, 2022

Update:
This is what I set:

[20:47:49]: ------------------------------------------
[20:47:49]: --- Step: install_provisioning_profile ---
[20:47:49]: ------------------------------------------
[20:47:49]: Installing provisioning profile...
[20:47:49]: ------------------------------------------
[20:47:49]: --- Step: update_code_signing_settings ---
[20:47:49]: ------------------------------------------
+-----------------------+------------------------------------+
|             Summary for code signing settings              |
+-----------------------+------------------------------------+
| use_automatic_signing | false                              |
| path                  | ./platforms/ios/***.xcodeproj |
| code_sign_identity    | Apple Development                  |
+-----------------------+------------------------------------+

This is what I received later on

[20:48:22]: ▸Clean Succeeded
[20:48:31]: ▸ ❌  error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "***" with a private key was found. (in target '***' from project '***')
[20:48:31]: ▸ ** ARCHIVE FAILED **

And I am not using iOS Development at anywhere.

@HunainHumail
Copy link

I am having the same issue, Any solutions yet?

@terryjiang2020
Copy link
Author

I am having the same issue, Any solutions yet?

No solution so far, still investigating it.

@alinz
Copy link

alinz commented Sep 8, 2022

I managed to get the list of my code sign identity by just running this command:
security find-identity -p codesigning -v

and use the value there.

@saintmalik
Copy link

security find-identity -p codesigning -v

how please?

@hronix
Copy link

hronix commented Aug 30, 2023

any solutions on this?

1 similar comment
@SergelenOchir
Copy link

any solutions on this?

@etekweb
Copy link

etekweb commented Feb 1, 2024

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.

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

8 participants