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
Hello, when building for Mac I'm very frequently getting notary exceptions and the result from the notarytool is {"code":null,"output":""}. This leads to the following error output when making with Forge:
Anunhandledrejectionhasoccurredinside Forge:
Error: FailedtonotarizevianotarytoolatObject.<anonymous>(MY_PATH/node_modules/@electron/notarize/lib/notarytool.js:97:23)atGenerator.next(<anonymous>)
at fulfilled (MY_PATH/node_modules/@electron/notarize/lib/notarytool.js:4:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I'm building using an appleId and appleIdPassword:
After I retry making enough times, it eventually works but the cycle can be very time consuming and failures are happening pretty frequently. Any help would be greatly appreciated! Thanks.
The text was updated successfully, but these errors were encountered:
Hello, when building for Mac I'm very frequently getting notary exceptions and the result from the
notarytool
is{"code":null,"output":""}
. This leads to the following error output when making with Forge:I'm building using an
appleId
andappleIdPassword
:After I retry making enough times, it eventually works but the cycle can be very time consuming and failures are happening pretty frequently. Any help would be greatly appreciated! Thanks.
The text was updated successfully, but these errors were encountered: