Error: Could not get code signature for running application
See original GitHub issueHey 👋
As you can see, the binary crashes because you are using the autoUpdater
API on a non-codesigned application.
Maybe there’s a few steps missing in the README? 😅
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Could not get code signature for running application #7476
app. step 1:create a new login type key in your mac. step 2: go into your electron dist folder.ex:{project}/node_modules/electron/dist with cmd.
Read more >Invalid Code Signature Mac App | Apple Developer Forums
When I download the same app on the machine I built it on, I get an error that says Apple cannot detect if...
Read more >How do I code sign an Electron app before bundling it (for Mac)?
This line raises an Electron error that says: "Could not get code signature for running application." OK, so I do a search and...
Read more >Code signature issues - Objective Development - Help Center
If a code signature exists, but a check turns out that it is invalid, the executable or a resource of the application has...
Read more >Failed to verify code signature error deploying to iOS device
It runs fine in the simulator and builds for the device, but during deployment, I get this error: ApplicationVerificationFailed: Failed to verify code...
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
I can run
yarn start
, so I can set up a dev workflow, but setting that flag to false didn’t seem to work for me. I’m gonna close this until I can come back to you with more on this. Thanks @bukinoshita 💖@yeskunall were you able to run?