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.

codesign step fails with electron v2.0.0-beta.1

See original GitHub issue
  • Version: 20.0.8
  • Target: MacOS 10.13.3
  • Electron: v2.0.0-beta.1

Build works until getting to codesign part:

Error: Command failed: codesign --verify --deep --verbose=2 --strict /Users/magne/workspace/browserX/release/mac/Station.app
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper.app
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Library/LoginItems/Electron Login Helper.app
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper.app
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Library/LoginItems/Electron Login Helper.app
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper EH.app
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper EH.app
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Squirrel.framework/Versions/Current/.
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Squirrel.framework/Versions/Current/.
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Mantle.framework/Versions/Current/.
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Mantle.framework/Versions/Current/.
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/Current/.
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper NP.app
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Station Helper NP.app
--validated:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/Current/.
--prepared:/Users/magne/workspace/browserX/release/mac/Station.app/Contents/Frameworks/Electron Framework.framework/Versions/Current/.
/Users/magne/workspace/browserX/release/mac/Station.app: No such file or directory

(spoiler: the directory does exist)

the same build runs without issue with electron 1.7.11.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
klinker24commented, Mar 6, 2018

This seems to be fixed for me, with the latest versions of Electron and Electron builder:

  • 2.0.0-beta.2 for Electron
  • 20.3.1 for Electron builder

I had been seeing the same error as discussed here.

0reactions
magne4000commented, Mar 6, 2018

@klinker24 great! I confirm that it’s working too. Closing the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Unnotarized Developer ID" - Facin… | Apple Developer Forums
"Unnotarized Developer ID" - Facing issue while code signing my electron application using the apple developer certificates.
Read more >
All of the Documentation | Electron - GitHub Pages
Accelerators are Strings that can contain multiple modifiers and key codes, combined by the + character, and are used to define keyboard shortcuts ......
Read more >
All the Electron Docs! | Electron
Returns String - A path to a special directory or file associated with name . On failure an Error is thrown. You can...
Read more >
All XHR request in electron 7.0.0-beta.5 are getting cancelled?
4: delete (previously installed) node modules (Without this step it normally fails to update electron version). 5: install node modules
Read more >
electron-osx-sign - npm
Codesign Electron macOS apps. ... latest Electron specs; please file us an issue if having any suggestions or experiencing difficulties code ...
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