Search code examples
ioscocoapods

Cocoapods staying on "analyzing dependencies"


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?


Solution

  • 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