Your Ruby version is 2.6.8, but your Gemfile specified 2.7.6 error while enabling new architecture on react-native iOS #108
-
Sorry I have already asked the same question here but this time even after following all the steps I get the error I have already gone through this post I am facing this issue on my new react-native project version 0.71.1 while enabling the new architecture for iOS I have done all the below steps
When I run but when I run Your Ruby version is 2.6.10, but your Gemfile specified 2.7.6 `` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You also have to kill the terminal and reopen it, otherwise the Basically, you did all the steps properly, but the Terminal is not updated to see the new versions. |
Beta Was this translation helpful? Give feedback.
-
I was able to resolve my issue by running |
Beta Was this translation helpful? Give feedback.
You also have to kill the terminal and reopen it, otherwise the
eval "$(rbenv init -)"' >> ~/.zshrc
is not actually run.Basically, you did all the steps properly, but the Terminal is not updated to see the new versions.