Open summera opened 1 year ago
Been dealing with the exact same thing for quite some time. The notarytool history shows it submitted, but seems stuck in "processing".
Would love some ideas on how to work around or fix!!
I have same question. But I'm worse than you.My terminal will always hang.Will not end.
I have same question. But I'm worse than you.My terminal will always hang.Will not end.
this questioni is sloved.Because I ignored the necessary conditions.
I think there should be a link here, or a template.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- https://github.com/electron/electron-notarize#prerequisites -->
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<!-- https://github.com/electron-userland/electron-builder/issues/3940 -->
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>
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.