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

Electron forge hangs after Application signed #197

Closed
ghoshbishakh opened this issue May 20, 2024 · 2 comments
Closed

Electron forge hangs after Application signed #197

ghoshbishakh opened this issue May 20, 2024 · 2 comments

Comments

@ghoshbishakh
Copy link

I am facing a strange problem. From debug log it appears that the code signing works perfectly. But the electron forge packaging does not proceed:

image
@erickzhao
Copy link
Member

Hey @ghoshbishakh, Notarization is a separate step that uploads your app to Apple's servers and receives a notarization ticket from them after it's been processed.

This process may take a few minutes, although Apple claims that 98% of apps are successfully notarized within 15 minutes.

Debug logs for the notarization step can be collected using DEBUG=electron-notarize*.

@ghoshbishakh
Copy link
Author

Thank you for the response @erickzhao . It seems that the apple server was not responding that day.
Next day it started working, although I had also updated all the packages related to electron forge and others to the latest version.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants