美文网首页
pod使用问题记录

pod使用问题记录

作者: 正在输入__ | 来源:发表于2018-04-19 13:49 被阅读7次

1find_spec_for_exe': can't find gem cocoapods (>= 0.a) (Gem::GemNotFoundException)

from /Users/sibo/.rvm/rubies/ruby-2.0.0-p648/lib/ruby/site_ruby/2.0.0/rubygems.rb:278:inactivate_bin_path'

from /Users/sibo/.rvm/rubies/ruby-2.0.0-p648/bin/pod:22:in `'

解决如下:

1: sudo gem uninstall cocoapods

2: gem install cocoapods

3: pod install

2忽略第三方库的警告

inhibit_all_warnings!

相关文章

网友评论

      本文标题:pod使用问题记录

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