-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building on Mac OS #10
Comments
What version of macOS are you running? |
Yosemite 10.10.5. Just ran rustup and tried again. Same error. |
This doesn't resolve this issue, but for posterity, here's a similar issue: |
failing on macos sierra for me doesnt look like same error, new to rust and cargo here so not sure how to troubleshoot it.
command did not execute successfully, got: exit code: 1 --- stderr |
The original issue here by @ocschwar is pretty straightforward to understand: using a version of macOS that doesn't support the APIs we rely on. This could either be addressed by attempting to make the mac-notification-sys crate more backwards compatible, or just indicating in the alert-after documentation that we only support version 10.11 and above. Regarding @zanedev's issue, I'm not sure at all what's going on there.
This in particular is very weird. No idea :-/ |
"cargo install alert-after" fails as follows right now:
= note: Undefined symbols for architecture x86_64: "_LSCopyApplicationURLsForBundleIdentifier", referenced from: _setApplication in libmac_notification_sys-29e1c5fea20af7d3.rlib(notify.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: