When running pod install
it runs into a problem when installing yoga
. Seems to be a problem with my ruby environment?
$ pod install
Ana
Since this worked me, I am posting it as a comment.
After running
rbenv uninstall 2.5.1
if the below command is giving you an error (with ruby not installing)
rbenv install 2.5.1
maybe run this (for mac path)
RUBY_CONFIGURE_OPTS=--with-openssl-dir=/usr/local/Cellar/openssl/1.0.2q rbenv install 2.3.5