Can you update the v3
tag to v3.0
please? See Carthage issue for details https://github.com/Carthage/Carthage/issues/2171
This request is extended to v4
-> v4.0
@antonys1 Done - can you please check it's now working as expected?
@z4r Noted!
Cheers
Ash
Cartfile
now:
...
github "ashleymills/Reachability.swift"
...
Carthage output updating
*** Checking out Reachability.swift at "v3.0"
Good job
I don't know what you changed but at around this same time I am now getting this error when trying to install using cocoaPods:
warning: Could not find remote branch v3 to clone.
fatal: Remote branch v3 not found in upstream origin
Podspec is still looking for the old v3 tag, for now manually specify the repo and tag will fix:
pod 'ReachabilitySwift', :git => 'https://github.com/ashleymills/Reachability.swift.git', :tag => 'v3.0'
Closing as fixed 馃憤
Most helpful comment
I don't know what you changed but at around this same time I am now getting this error when trying to install using cocoaPods:
warning: Could not find remote branch v3 to clone.
fatal: Remote branch v3 not found in upstream origin