Carthage: How to get the very latest version of a given repository?

前端 未结 4 1641
醉酒成梦
醉酒成梦 2021-02-01 15:38

The Cartfile documentation makes the assertion:

If no version requirement is given, any version of the dependency is allowed.

with t

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 16:36

    Simply github "jakecraige/RGB" will yell No tagged versions found for github "jakecraige/RGB"

    Better is to use github "jakecraige/RGB" "master"

    You may want to read Carthage Tutorial: Getting Started

    branch name / tag name / commit name means “Use this specific git branch / tag / commit”. For example, you could specify master, or a commit has like 5c8a74a.

提交回复
热议问题