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

python - No exponential form of the z-axis in matplotlib-3D-plots -

excel vba - VBA Proxy auto-configuration for http requests -

php - phpWord - Tables with borders in headers/footers -