Cocoapods staying on "analyzing dependencies"

Noor picture Noor · Apr 11, 2014 · Viewed 30.1k times · Source

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'

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

Any idea why this problem?

Answer

Gabriel Jensen picture Gabriel Jensen · Aug 6, 2014

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