Issues while setting up a KMM project
Hey guys I was following the official Documentation to setup environment for developing a KMM project but I have ran into the following problem:
While running
As I'm following the StackOverflow link mentioned in the above image
Before adding the path to my .zshrc file, executing which ruby
returned /usr/bin/ruby and (brew --prefix)
returned /usr/local after that I followed the second step.
This is the path I added to my .zshrc file
but as I'm running which ruby
in my terminal again it's still showing /usr/bin/ruby but according to the solution it should be (brew --prefix)/opt/ruby/bin/ruby
I have made sure that my .zshrc file is getting updated.
I guess this is the reason of the failure but I may be wrong any tips on resolving this? Thanks