Electron MacOS build error: Failed to pass Gatekeeper
Hello all,
If you encounter this build error:
Error: Failed to pass Gatekeeper: : Error: Command failed: spctl –assess –type execute –verbose –ignore-cache –no-cache
You can still build your application disabling Gatekeeper temporarily running this command:
sudo spctl --master-disable
[source](https://github.com/electron-userland/electron-osx-sign/issues/83)
Have a great day!
No comments yet.