I want to use Carthage in my projects, so I installed Carthage. I prepared a Cartfile in the project's root folder. When I typed the carthage update command in the terminal, I got this error:
*** Cloning HanekeSwift
No tagged versions found for github "Haneke/HanekeSwift"
The Cartfile file contains these lines:
github "Alamofire/Alamofire" >= 1.2
github "Haneke/HanekeSwift"
Why am I getting this error?
If the project has no tags, then you need to give it a branch or a ref.
For instance.