美文网首页
ERROR: While executing gem ...

ERROR: While executing gem ...

作者: 晴天ccc | 来源:发表于2023-11-20 11:14 被阅读0次

前言

电脑重置了,今天在安装Cocoapods的时候,执行命令sudo gem install -n /usr/local/bin cocoapods遇到以下错误:

ERROR:  While executing gem ... (NoMethodError)
    undefined method `satisfied_by?' for nil:NilClass

问题解决

最后经过多方查询,发现是Gem版本的问题,需要升级最新版本,命令如下:

更新gem

sudo gem update --system    

查看当前gem版本

gem -v 

相关文章

网友评论

      本文标题:ERROR: While executing gem ...

      本文链接:https://www.haomeiwen.com/subject/sdrvwdtx.html