You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the macOS binaries work out of the box as they and their associated dylibs haven't been codesigned, which results in macOS's Gatekeeper preventing their execution and showing an error message
X can’t be opened because it is from an unidentified developer
Having to sudo, or right-click open, or changing Security settings on an ad-hoc basis for every single binary and dylib is not a viable solution. It's not aligned with platform standards, it's not user-friendly, and it's an unnecessary hurdle for novice programmers.
(As a side note, you could take binaries from Daedalus (Daedalus.app/Contents/MacOS/cardano-{node,wallet}), we do codesign and notarize each official release, including cardano-wallet, cardano-node etc.)
These workarounds shouldn't be needed, this repo's maintainers could follow best practices and appropriately codesign binaries they offer in GitHub releases.
Just checking...
cardano-wallet
bug.cardano-wallet
release.cardano-node
version for that release ofcardano-wallet
.Version
6626489
Platform
macOS 11.6
Installation method
Binary from GitHub release page
Description
None of the macOS binaries work out of the box as they and their associated dylibs haven't been codesigned, which results in macOS's Gatekeeper preventing their execution and showing an error message
Having to
sudo
, orright-click open
, or changing Security settings on an ad-hoc basis for every single binary and dylib is not a viable solution. It's not aligned with platform standards, it's not user-friendly, and it's an unnecessary hurdle for novice programmers.Please codesign binaries and associated dylibs.
IntersectMBO/cardano-node#3285
The text was updated successfully, but these errors were encountered: