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
Comments
Post a Comment