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

Error: Unnotarized Developer ID (but everything still works just fine) #54

Closed
daveyjones opened this issue Oct 6, 2020 · 1 comment
Closed

Comments

@daveyjones
Copy link

When running electron-forge make, I get the following errors:

Code sign failed; please retry manually.
Unnotarized Developer ID

But everything seems to be working. I get an email from Apple saying that the app was successfully notarized, and I'm able to open the the .app file without having to mess around with security settings.

Here's all the output:

✔ Checking your system
✔ Resolving Forge Config
We need to package your application before we can make it
✔ Compiling Main Process Code
✔ Compiling Renderer Template
✔ Preparing to Package Application for arch: x64
✔ Preparing native dependencies
⠇ Packaging ApplicationWARNING: Code sign failed; please retry manually. Error: Command failed: spctl --assess --type execute --verbose --ignore-cache --no-cache /var/folders/b2/39r20yb11fbd_ymjrmvtf5y80000gn/T/electron-packager/darwin-x64/Plumb-darwin-x64/Plumb.app
/var/folders/b2/39r20yb11fbd_ymjrmvtf5y80000gn/T/electron-packager/darwin-x64/Plumb-darwin-x64/Plumb.app: rejected
source=Unnotarized Developer ID
✔ Packaging Application
Making for the following targets: zip
✔ Making for target: zip - On platform: darwin - For arch: x64
@daveyjones
Copy link
Author

This was actually an issue with electron-osx-sign. I added "gatekeeper-assess": false to the config and the error is gone.

electron/osx-sign#196

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

No branches or pull requests

1 participant