nfdi4plants / ARCitect

Cross-plattform app to create and manage ARCs.
9 stars 5 forks source link

[BUG] macOS: `Unable to detect GIT` #128

Open Brilator opened 5 months ago

Brilator commented 5 months ago

Although git-binaries are now shipped, they're not executable on macOS. ARCitect shows the error Unable to detect GIT.

Tried the following to fix it.

chmod a+x /Applications/ARCitect.app/Contents/Resources/git-binaries/mac/amd64/git

However, this did not fix it:

/Applications/ARCitect.app/Contents/Resources/git-binaries/mac/amd64/git
dyld[30419]: Library not loaded: /usr/local/opt/pcre2/lib/libpcre2-8.0.dylib
  Referenced from: <C7582997-A1F9-3DCD-9E46-366AC58252B4> /Applications/ARCitect.app/Contents/Resources/git-binaries/mac/amd64/git
  Reason: tried: '/usr/local/opt/pcre2/lib/libpcre2-8.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/pcre2/lib/libpcre2-8.0.dylib' (no such file), '/usr/local/opt/pcre2/lib/libpcre2-8.0.dylib' (no such file)
Abort trap: 6
Brilator commented 5 months ago

Fixed by installing git / Xcode via home-brew