When running pod install
it runs into a problem when installing yoga
. Seems to be a problem with my ruby environment?
$ pod install
Ana
there is issue with ruby version. Install latest
brew install ruby
below command will overwrite the previous version
brew link --overwrite ruby
close this terminal and open new terminal.check your version
ruby -v
check issue resolve or not
ruby -r digest/sha1 -e 'p Digest::SHA1'
expected output : Digest::SHA1