I want to use Carthage in my projects, so I installed Carthage. I prepared the Cartfile file in the root folder of the project. When I typed the carthage update command in the terminal, I got this error:
*** Clone HanekeSwift
No tags found for github "Haneke / HanekeSwift"
The Cartfile contains the following lines:
github "Alamofire/Alamofire" >= 1.2 github "Haneke/HanekeSwift"
Why am I getting this error?
source share