When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby environment?
pod install
yoga
$ pod install Ana
For the me problem started after an unsolicited system update.
Uninstalling ruby and installing it again solved the issue:
rbenv uninstall 2.5.1 rbenv install 2.5.1