from:http://stackoverflow.com/questions/23006683/cocoapods-staying-on-analyzing-dependencies
when i’m doing pod install, it is continually staying on analyzing dependencies.
Any idea why this problem?
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:
1 2 3 | $ pod repo remove master $ pod setup $ pod install |