terminal-notifier
terminal-notifier copied to clipboard
-open does not work in macOS Sonoma
Please check everything that applies to your issue:
- [Yes] I looked in closed issues and it has not already been answered
- [No] My issue appeared with a terminal-notifier update
- [No] I'm using a tool that uses terminal-notifier (guard-notifier, node-notifier...)
To help us debug your issue please include:
- the macOS version you use: 14.0
- terminal-notifier version: 2.0.0
- how did you install terminal-notifier: Homebrew
terminal-notifier -title title -message message -open file:///- Clicking "Show" does not open any URL
This stopped working after installing 14.0
To add more context, the 2.0.0 build only failed with sonoma intel
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
/tmp/terminal-notifier-20230915-4674-15hq0ss/terminal-notifier-2.0.0/Terminal Notifier.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.0.99. (in target 'terminal-notifier' from project 'Terminal Notifier')
full error log, https://github.com/Homebrew/homebrew-core/actions/runs/6196199996
-open works for me again. I don't know why it didn't work temporarily.
-open not working for me in monterey. Applications/terminal-notifier.app/Contents/MacOS/terminal-notifier -message "test" -open "imap-message://[user]%40[domain][email protected]/INBOX#51088" does nothing when I click the notification or the "show" button. open "imap-message://[user]%40[domain][email protected]/INBOX#51088" by itself on the command line works fine.
EDIT: Belay that. I somehow had a frozen terminal-notifier process in the background. I killed it and open and execute suddenly work again.