Could not find remote branch 2.2 to clone
dkhode opened this issue · 1 comments
pod install:
Error:
[!] Error installing FHIR
[!] /usr/bin/git clone https://github.com/smart-on-fhir/Swift-FHIR.git /var/folders/mq/b_s7ht696vd3xkr6m5qz13ww00134y/T/d20161121-51618-1ey3k3n --single-branch --depth 1 --branch 2.2
warning: Could not find remote branch 2.2 to clone.
fatal: Remote branch 2.2 not found in upstream origin
My Podfile looks like:
pod 'AFNetworking', '> 2.2'> 0.1'
pod 'AFNetworking-RACExtensions', '
pod 'BlocksKit', '> 2.2'> 0.0'
pod 'Classy'
pod 'CRToast', '
pod 'iCarousel', '> 1.8.1'> 0.2'
pod 'JSONModel'
pod 'MMPReactiveStompClient', '
pod 'PDKeychainBindingsController', '> 0.0'> 0.4'
pod 'SocketRocket', '
use_frameworks!
pod 'FHIR', '2.2'
pod 'Alamofire', '> 3.0'> 2.2'
pod 'Charts', '
pod 'JWTDecode', '> 1.0'> 1.1'
pod 'ObjectMapper', '1.1.5'
pod 'Starscream', '
target :CertifyHLTests do
pod 'BlocksKit', '~> 2.2'
end
Any particular reason you're using 2.2
and not ~> 2.2
, which would use 2.2.4?