Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unclear error message when a repository has no tags #159

Closed
lancep opened this issue Nov 30, 2014 · 1 comment · Fixed by #200
Closed

Unclear error message when a repository has no tags #159

lancep opened this issue Nov 30, 2014 · 1 comment · Fixed by #200

Comments

@lancep
Copy link

lancep commented Nov 30, 2014

I'm trying to build a framework for https://github.com/jatoben/CommandLine Here's my Cartfile

github "jatoben/CommandLine"

I run carthage update and get the following output:

carthage update
*** Fetching CommandLine
No available version for github "jatoben/CommandLine" satisfies the requirement: 

It may be that CommandLine needs something in order for it to work with Carthage, but the lack of a descriptive error message from Carthage can be fixed.

@jspahrsummers
Copy link
Member

I agree that the message here should be clearer. What it means is that the CommandLine repository lacks tags that can be used by Carthage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants