You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When running
electron-forge make
, I get the following errors: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:
The text was updated successfully, but these errors were encountered: