haneke - Carthage errors "No tagged versions found for github" -


i want use carthage in projects, installed carthage. prepared cartfile in project's root folder. when typed carthage update command in terminal, got error:

*** cloning hanekeswift
no tagged versions found github "haneke/hanekeswift"

the cartfile file contains these lines:

github "alamofire/alamofire" >= 1.2 github "haneke/hanekeswift" 

why getting error?

if project has no tags, need give branch or ref.

github "haneke/hanekeswift" "master" 

for instance.


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -