John
John

Reputation: 43

BUILD FAILED (macOS 11.4 using ruby-build 20210526) - MacBook Air (M1, 2020) - rbenv install 2.x.x

I am having issues with installing any other ruby version other than (2.7.2). Does anyone have any tips? Big Sur.

Upvotes: 4

Views: 2337

Answers (1)

Caroline Salib
Caroline Salib

Reputation: 119

I was having a problem installing ruby 2.6.7. Run it with this CFLAG CFLAGS="-Wno-error=implicit-function-declaration" rbenv install 2.6.7 helped.

Upvotes: 12

Related Questions