When trying to installing Pods I get the error “with_indifferent_access”

空扰寡人 提交于 2020-04-30 04:49:06

问题


When I made pod install on terminal this problem appeared.

cocoapods-core-1.7.2/lib/cocoapods-core/source/metadata.rb:15:in initialize': undefined methodwith_indifferent_access' for false:FalseClass (NoMethodError)


回答1:


rm -rf ~/.cocoapods/repos/trunk/

Try this command. It works for me



来源:https://stackoverflow.com/questions/56612927/when-trying-to-installing-pods-i-get-the-error-with-indifferent-access

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!