Build failed in v3.3.4 on Mac Silicon using asdf #2436
Replies: 2 comments 5 replies
-
Hi, it looks like the The General protip: you can check which Homebrew formula provides a binary by looking at where the binary symlink resolves to:
The first directory under "Cellar" is the name of the Homebrew formula. Alternatively, if something depends on "coreutils" on your system, you could reinstall it instead of uninstalling it: |
Beta Was this translation helpful? Give feedback.
-
Still get the same error while running
|
Beta Was this translation helpful? Give feedback.
-
I tried installing Ruby version 3.3.4 on Mac silicon, but failed to build. I tried
arch -arm64
, but still get a warning:I even use
asdf install ruby 3.3.4 --architecture=arm64
, but I still get the same warning above, what can I do?Beta Was this translation helpful? Give feedback.
All reactions