-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
MacOS App Notarized but cannot be opened #6025
Comments
That error is unrelated to electron-builder, unfortunately, it seems to be more widespread on Big Sur |
yea in my case, changing the config and plist fixed it
|
I'm having this problem too, is there any workaround for this problem? I did try @kidsonfilms-python-rules propose but still having the issue |
Removing <?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/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>
|
I successfully notarized the app and it gives the following error
I checked the signing and notarizing and it gives me the following:
and
electron-notarize version is
^1.0.0
This shows it is successfully notarized, here are my config files (and signing js file if that helps):
package.json
entitlements.mac.plist
afterSignHook.js (notarizing file)
The text was updated successfully, but these errors were encountered: