問題
Carthageでライブラリをチェックアウトするタイミングで、
*** Skipped downloading SnapKit binary due to the error:
"API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)"
このようにAPI制限された場合の対処法。
環境
$ carthage version
0.38.0
対処法
~/.zshrc
などに Github Access Token を追加する。
export GITHUB_ACCESS_TOKEN="xxx" carthage checkout
参考