繁体   English   中英

cocoapod设置/安装错误

[英]cocoapod setup/install error

当我运行pod setuppod install

我收到以下错误:

/Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:298:in `to_specs': Could not find 'cocoapods' (>= 0) among 109 total gem(s) (Gem::LoadError)
    from /Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb:309:in `to_spec'
    from /Users/me/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb:53:in `gem'
    from /Users/dereklo/.rvm/rubies/ruby-1.9.3-p448/bin/pod:22:in `<main>'

但是当我运行sudo pod setup和sudo pod install时,它似乎可以工作:

sudo pod setup
Setting up CocoaPods master repo
Updating 4974084..a1c1bb3

Fast-forward

 Heyzap/6.4.0/Heyzap.podspec | 20 ++++++++++++++++++++

 1 file changed, 20 insertions(+)

 create mode 100755 Heyzap/6.4.0/Heyzap.podspec
From https://github.com/CocoaPods/Specs

   4974084..a1c1bb3  master     -> origin/master
Setup completed (read-only access)

sudo pod install
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (2.2.0)
Generating Pods project
Integrating client project

[!] From now on use `adsfasdf.xcworkspace`.

为什么是这样?

删除POD Master的更好方法...

A. pod repo remove master

然后重复设置广告连播...

B. pod setup

C.为您的项目安装Pod。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM