Running Bob 1.4.4 (and other versions I’ve tried) on Mac gives errors, as below (the project is defold-input)
I’m familiar with running Bob on Windows, and I normally download bob.jar into the editor installation folder which isn’t an option on Mac, but I don’t think that’s the cause?
java -jar /Users/dri/Desktop/bob_144.jar resolve
Download archive(s)Downloading 2 archive(s)
0: Downloading https://github.com/britzl/deftest/archive/2.6.0.zip
0: Status 304: Already cached
2147483647% 1: Downloading https://github.com/britzl/defold-orthographic/archive/2.10.0.zip
1: Status 304: Already cached
Working...Reading classes...Can't load library: /var/folders/ny/05wk595149v2zs2zz5jtwct40000gn/T/334623923490774861/x86_64-macos/libmodelc_shared.dylib
Cause: java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/ny/05wk595149v2zs2zz5jtwct40000gn/T/334623923490774861/x86_64-macos/libmodelc_shared.dylib
This is the installed Java version:
java --version
openjdk 11.0.18 2023-01-17 LTS
OpenJDK Runtime Environment Microsoft-7208460 (build 11.0.18+10-LTS)
OpenJDK 64-Bit Server VM Microsoft-7208460 (build 11.0.18+10-LTS, mixed mode)