Cocoapods继续“分析依赖关系” [英] Cocoapods staying on "analyzing dependencies"

查看:224
本文介绍了Cocoapods继续“分析依赖关系”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用cocoapods来管理我的依赖项。一切都很好。现在,当我创建一个新项目时,将以下内容添加到我的podfile中,

I'm using cocoapods to manage my dependencies. All have been working fine. Now, When I'm creating a new project, added the following to my podfile,

platform :ios, '6.1'
pod 'RestKit', '~>  0.20.0'

当我正在进行pod安装时,它会继续坚持分析依赖

when i'm doing pod install, it is continually staying on analyzing dependencies.

知道这个问题的原因吗?

Any idea why this problem?

推荐答案

我有同样的问题,因为我的输出--verbose与链接的SO答案不同,我包括该响应以及它对我有用的验证:

I had the same problem, and since my output with --verbose was different than the linked SO answer, I'm including that response along with a verification that it worked for me:

  $ pod repo remove master
  $ pod setup
  $ pod install

这篇关于Cocoapods继续“分析依赖关系”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆