[Question] How to fail MacOS build when Developer ID Application signing identity wasn't found?
See original GitHub issueI often pay attention that MacOS build is skipping signing step with reason:
reason=cannot find valid "Developer ID Application"
but produce deliverable. 🤔 (let’s imagine this happed in production) Any chance to prevent producing app if signing failed?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
"No identity found" error when codesigning app
In Keychain Access, I selected my Developer ID certificates and then had Keychain Access evaluate them. The Developer Application certificate is good for ......
Read more >codesign gives always no identity found error via terminal
Double-check that your code-signing identity is in your keychain, ... and look for anything with Developer ID Application in the Common Name ...
Read more >Failed to sync provisioning profiles, trying to sign in on Mac VS ...
first, it starts with "iOS code signing key 'iPhone Distribution: Stephan Kranenfeld (A8RXDA69JR)' not found in keychain.
Read more >Sign flat package with non-Apple certificate - Ask Different
Yes, it is so. The certificate must be a Developer ID Installer certificate from Apple. You cannot use the same code signing certificate...
Read more >Code Signing - electron-builder
On a macOS development machine, a valid and appropriate identity from your ... To sign app on build server you need to set...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
@popod looks like there is already available option: “forceCodeSigning”: true. Check this docs: https://www.electron.build/configuration/configuration#overridable-per-platform-options