electron-builder-notarize icon indicating copy to clipboard operation
electron-builder-notarize copied to clipboard

Apple cannot check it for malicious software

Open stakauskas opened this issue 4 years ago • 2 comments

Packages used:

    "electron-builder": "^22.9.1",
    "electron-builder-notarize": "^1.2.0",

Tested OS'es: macOS 10.13.6 - fine, no issues macOS 10.15.6 - fine, no issues macOS 10.15.7 - warning of:

"app" can't be opened because Apple cannot check it for malicious software. 
This software needs to be updated. Contact the developer for more information.

Trying to figure out what has changed in 10.15.7 which breaks the process, but not sure at the moment. Anyone else experiencing same issue?

stakauskas avatar Oct 29 '20 14:10 stakauskas

Did you fix this? I'm having the same problem.

MAS & MAS-DEV

mattehalen avatar Jun 21 '21 08:06 mattehalen

@mattehalen, @stakauskas, did you try it with:

    "electron-builder": "^22.14.13",
    "electron-builder-notarize": "^1.4.0",

electron-builder-notarize has had two updates since both of you commented and electron-builder had many updates as well. Make sure you update electron-universal to v1.2.0 if you haven't done so already as that's required more recent versions of electron-builder.

WrathofthePast avatar Feb 22 '22 15:02 WrathofthePast