vjeantet / alerter

Send User Alert Notification on Mac OS X from the command-line.
MIT License
936 stars 62 forks source link

Dyld error on macOS Mojave #54

Open scrutinizer11 opened 1 year ago

scrutinizer11 commented 1 year ago

Running /usr/bin/local/alerter without options led to a crash and the error

dyld: cannot load 'alerter' (load command 0x80000034 is unknown)
Abort trap: 6

Earlier, the command /usr/bin/local/alerter -h spurred kernel panic.

Is the binary compatible with macOS 10.14? The description says it's designed to work with 10.8+, however, on my 10.9 machine it returns the same error.