question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] How to fail MacOS build when Developer ID Application signing identity wasn't found?

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
stale[bot]commented, Dec 9, 2019

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.

0reactions
ghostcommented, Jan 21, 2020

@popod looks like there is already available option: “forceCodeSigning”: true. Check this docs: https://www.electron.build/configuration/configuration#overridable-per-platform-options

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found