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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -