I'm cloning a project from a git repo, but when I execute pod install
the first line I see is "Setting up CocoaPods Master repo" and after that I can't see anything more, the console stops there.
I don't know what is happening. Anyone knows what's happening here? Why Does CocoaPods stop there?
You could try running in verbose mode:
That'll show you what cocoa pods are up to:
(as suggested here)
For me the above step took quite a long time as the repo (Dec 2016) is now 1.1 GB