正式版出来之后就升级到macOS High Sierra了,今天使用cocoapods发现报错了
报错信息-bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: bad interpreter: No such file or directory
解决方法很简单,先卸载cocoapods 然后再安装
sudo gem uninstall cocoapods // 卸载
sudo gem install -n /usr/local/bin cocoapods //重新安装,10.11之后就需要指定文件夹
pod setup
网友评论