Closed thomaspaulmann closed 8 years ago
Shouldn't Carthage use the binary?
Locally it does, on Travis it doesn't. So you haven't experience with that kind of error? Than I will forward it to the Carthage colleagues :-)
You can use a GITHUB_ACCESS_TOKEN
environment variable. Travis gets rate limited by the GitHub API so Carthage falls back to building it. Setting a personal access token as a secret environment variable should do the trick.
Thanks for the suggestion! I'll give it a try and close the ticket as soon as the CI runs correctly. Sorry for bothering you instead of Carthage :-P
Yeah, everything works fine after adding the github token and travis is greem again. Thank you very much!
I use Carthage to include Objective Git in my project Up N Down. Unfortunately travis is failing all the time caused on an error during
xcodebuild
of Objective Git with exit code 65.Do you have any experience with this kind of error?
It doesn't matter if I use
carthage bootstrap
orcarthage update
.