-
Notifications
You must be signed in to change notification settings - Fork 6
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
Running on mac gives Failed to locate library: libobjc.dylib
error
#3
Comments
Interesting. What version of OSX are you on? |
I'm running Mojave 10.14.5 |
I just pushed a snapshot, can you let me know if this fixes it for you?
|
I'm still getting the same problem:
|
Alright maybe i rebuilt the binary wrong. I did it again but starting from a clean repo. I pushed a new snapshot with the same name, can you try it again? You'll need to kill the old one unfortunately...
|
If that still doesn't work, i'll probably need to update my mac to mojave and try it myself. |
I decided to update to mojave anyway and I can't reproduce this error, either with the snapshot or the current release =\ |
yeah. it's really weird. |
the same thing happens if I clone the repo and run
|
I'm getting this error while running on OSX
$ clojure -Sdeps "{:deps {paravim {:mvn/version ""RELEASE""}}}" -J-XstartOnFirstThread -m paravim.start
[LWJGL] Failed to load a library. Possible solutions:
a) Install the library or the driver that provides the library.
b) Ensure that the library is accessible from the system library paths.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to locate library: libobjc.dylib
The text was updated successfully, but these errors were encountered: