Skip to content
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

Latest release not working on Mojave? #24

Open
Steffan-Ravn opened this issue Jan 28, 2020 · 8 comments
Open

Latest release not working on Mojave? #24

Steffan-Ravn opened this issue Jan 28, 2020 · 8 comments

Comments

@Steffan-Ravn
Copy link

I've downloaded your latest version of alerter, but when a run it under Mojave I get the following errors:

./alerter -message "Deploy the canons"
dyld: lazy symbol binding failed: Symbol not found: _objc_opt_new
Referenced from: /Users/stre/Downloads/./alerter (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_opt_new
Referenced from: /Users/stre/Downloads/./alerter (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libobjc.A.dylib

Abort trap: 6

If I download and run v002 everything works as expected.

@nordringrayhide
Copy link

Same on High Sierra

@jeremy4971
Copy link

Same on Mojave 10.14.6, v003 works only on Catalina.

@hwcltjn
Copy link

hwcltjn commented Mar 3, 2020

One more confirmation that v0003 does not work on 10.14.6

@qharouff
Copy link

Just compiled this for myself, it looks like the latest version was built for macOS 10.15+. Simply changing the Deployment Target in Xcode to 10.12 allows me to run on 10.14.6, haven't tested on older OSs yet. Hopefully @vjeantet would be able to recompile a new version with the Deployment Target adjusted?

@vjeantet
Copy link
Owner

Hello,
V2 and v3 are the same in term of functionality.

V3 -> Catalina
V2 -> before Catalina

@mmshivesh
Copy link

The problem seems to be that when installing from brew, it pulls the latest release which defaults to V3 and doesn't work prior to Catalina

@Steffan-Ravn
Copy link
Author

If I download the project and change the deployment target to something prior to Catalina (say for example 10.10) and build, it compiles without problems and so far it works on everything I've tested on.

Could you perhaps lower the deployment target and release a new version? Or does the project contain specific code that doesn't work on older versions than Catalina?

@mmshivesh
Copy link

Yeah I did that just now and it's working fine. In case the command hangs and doesn't show a notification, looking in the Notifications settings of System Preferences might help

Repository owner deleted a comment from gbolivar Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants