You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asdf install odin dev-2023-08 (or whatever the latest version is)
asdf global odin dev-2023-08
Try to run odin.
Notice error:
dyld[19872]: Library not loaded: /usr/local/opt/llvm@11/lib/libLLVM-C.dylib
Referenced from: <0A12B3D4-P0YU-8273-JKL4-1AB23C4BCE9F> /Users/noah/.asdf/installs/odin/dev-2023-08/bin/odin
Reason: tried: '/usr/local/opt/llvm@11/lib/libLLVM-C.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/llvm@11/lib/libLLVM-C.dylib' (no such file), '/usr/local/opt/llvm@11/lib/libLLVM-C.dylib' (no such file), '/usr/local/lib/libLLVM-C.dylib' (no such file), '/usr/lib/libLLVM-C.dylib' (no such file, not in dyld cache)
[1] 19872 abort odin
Expected behavior
Ideally running Odin installed via asdf-odin would work on arm64 macOS machines.
Additional context
Once Odin starts publishing arm64 builds, asdf-odin will need a couple modifications to switch on the output of uname -m to differentiate between x84_64 and arm64. 😄
The text was updated successfully, but these errors were encountered:
@Nezteb asdf-odin downloads the release binaries of Odin from GitHub.
Currently, the binaries are only distributed for amd64, so I cannot support other architectures like arm64.
Describe the bug
Odin does support macOS using ARM, but Odin doesn't publish ARM builds for macOS. This won't be fixable/closable until that time. 😅
Steps to reproduce
asdf
andasdf-odin
.asdf install odin dev-2023-08
(or whatever the latest version is)asdf global odin dev-2023-08
odin
.Expected behavior
Ideally running Odin installed via
asdf-odin
would work on arm64 macOS machines.Additional context
Once Odin starts publishing arm64 builds,
asdf-odin
will need a couple modifications to switch on the output ofuname -m
to differentiate betweenx84_64
andarm64
. 😄The text was updated successfully, but these errors were encountered: