ios - CocoaPods not working -


i installed cocoapods on new machine.

my podfile file :

platform :ios, '6.0' pod 'mbprogresshud', '~> 0.8' 

but when run pod install

unable find specification `mbprogresshud (= 0.8)`. 

i tried reinstalling cocoapods, didn't help.

try this:

xcode-select --switch /applications/xcode.app   pod setup pod install 

cocoapods - unable find specification [github framework]


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -