cocoapods – ‘pod install’ takes forever

I ran into the same problem, and I solved it by running the following commands which is given here

pod repo remove master
pod setup
pod install

Leave a Comment