Pod install is staying on “Setting up CocoaPods Master repo”

You could try running in verbose mode: pod install –verbose That’ll show you what cocoa pods are up to: Setting up CocoaPods master repo Cloning spec repo `master` from `https://github.com/CocoaPods/Specs.git` (branch `master`) $ /usr/bin/git clone ‘https://github.com/CocoaPods/Specs.git’ master Cloning into ‘master’… (as suggested here) For me the above step took quite a long time as the … Read more