TaKO8Ki / frum

A little bit fast and modern Ruby version manager written in Rust
MIT License
628 stars 15 forks source link

Frum install 2.7.6 Issue #123

Open HenryBridges opened 1 year ago

HenryBridges commented 1 year ago

Error with installing 2.7.6 on MacOS running Ventura 13.0.1

Frum installed with brew Snippet of error: Screenshot 2022-11-18 at 02 51 52

HenryBridges commented 1 year ago

Also issues when trying 2.7.5

okevino47 commented 1 year ago

Same problem here currently for version 2.7.6

monfresh commented 1 year ago

This is a known issue with version 14 of Apple's command line tools. It is now fixed in Ruby 3.1.3, 3.0.5, and 2.7.7

It is recommended to update your projects to use those latest versions. If you have a special need to install older versions, you will need to add the --enable-shared flag if you're using frum. More details in this blog post of mine:

https://www.rubyonmac.dev/how-to-install-ruby-on-macos-12-6-apple-silicon