LoadError - library not found for class Digest::SHA1 — digest/sha1

前端 未结 3 1201
独厮守ぢ
独厮守ぢ 2021-02-13 02:07

When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby environment?

$ pod install
Ana         


        
3条回答
  •  孤独总比滥情好
    2021-02-13 03:08

    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
    

提交回复
热议问题