美文网首页
RN ruby版本不对

RN ruby版本不对

作者: 半个木头人 | 来源:发表于2024-08-26 14:42 被阅读0次

ensuring ruby -v matches .ruby-version will successfully install each time i.e. 2.7.6 atm

checked temporarily with brew remove cocoapods (removing ruby 3.2) then npx pod-install (fetches correct versions)

after brew install rbenv ruby-build needed to rbenv init then echo 'eval "$(rbenv init -)"' >> ~/.zshrc then restart or source ~/.zshrc

now rbenv install detects/installs .ruby-version verified with ruby -v

相关文章

网友评论

      本文标题:RN ruby版本不对

      本文链接:https://www.haomeiwen.com/subject/qkcakjtx.html