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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -