-
Notifications
You must be signed in to change notification settings - Fork 32
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
After successful signing, notarization, and stapling Mac still refuses to verify the app ("... was blocked from use because it was not from an identified developer") #162
Comments
Update: I tried using the built-in "notarize" option in I can launch the .dmg, which Mac briefly says "Verifying" before successfully opening the installer screen (drag to "Applications"). It then installs, but when I try to open the app it again says "Verifying [...]", but for a minute or two, before failing with the message Logs:
|
I've opened an issue on electron-builder as well: electron-userland/electron-builder#7755 |
Hi David codesign --verify --verbose=2 ./release/build/DPA\ Audio\ Controller-1.0.0.dmg Checking the notarization I'm not able to check the stabling on the dmg file, I havent found out why... I have to get this solved, so I'll keep you updated if I get it solved. Best regards from Peter |
my fault, in my case, i removed |
There's a solution here: electron-userland/electron-builder#7755 |
I've been trying to get this to work for a week but can't seem to appease Apple. This is probably not even an issue with @electron/notarize, but I'm at my wits ends here and don't know what else to do.
Anyone able to point me in the right direction or suggest possible reasons?
Full logs are here: https://github.com/trufflesuite/ganache-ui/actions/runs/6054222144/job/16431228939#step:11:4484
Code that runs electron notarize: https://github.com/trufflesuite/ganache-ui/blob/chore/github_actions/scripts/build/afterSignHook.js
@electron/notarize DEBUG logs:
The text was updated successfully, but these errors were encountered: