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

"Found 0 Codesigning Certificates" #210

Open
juiceforjustin opened this issue Jul 18, 2022 · 4 comments
Open

"Found 0 Codesigning Certificates" #210

juiceforjustin opened this issue Jul 18, 2022 · 4 comments

Comments

@juiceforjustin
Copy link

Hello,

Hope you are well. I'm a bit confused.. I keep getting this popup... I'm somewhat techy but this is beyond me.. Any help?

Screen Shot 2022-07-18 at 8 36 38 AM

@frankjonen
Copy link

Same here. The signing cert remains empty despite a successful build.

@Ulrik54
Copy link

Ulrik54 commented Sep 7, 2022

Same on El Capitan, and I followed the troubleshooting guide.

@dustinhess
Copy link

Same after following the troubleshooting steps. I actually had to install the G1, G2, and G3 WDR certificates from here: https://www.apple.com/certificateauthority/ in order to get the program working with my apple distribution certificate. Maybe update the code to just pull all the WDR certs?

@codewithkandi
Copy link

Try run on the command line and check if they are valid signing identities available
security find-identity -p codesigning -v

If you run the following command line, security find-identity -p codesigning you should see all the identifies available but not necessarily valid.

Once you create an app in Xcode and choose a valid identity, the provisioning profiles should become available.

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

5 participants