You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not going to use the bug template because it is not an issue with the iOS app but rather a development pipeline issue so the template didn't apply.
I was looking at this project and noticed that Travis was failing since November 😱
I have done very little iOS development and for sure never worked with Carthage but did some searching and I think I found why your Travis builds keep failing.
Carthage uses Github to get the pods from the repositories, but I think we are hitting Github rate limiting because of the shared Travis build servers ip address. To solve this DEV should add a Github API token to their Travis config (encrypted ENV variable).
Not going to use the bug template because it is not an issue with the iOS app but rather a development pipeline issue so the template didn't apply.
I was looking at this project and noticed that Travis was failing since November 😱
I have done very little iOS development and for sure never worked with
Carthage
but did some searching and I think I found why your Travis builds keep failing.Carthage uses Github to get the pods from the repositories, but I think we are hitting Github rate limiting because of the shared Travis build servers ip address. To solve this DEV should add a Github API token to their Travis config (encrypted ENV variable).
For reference:
Carthage/Carthage#1236
The text was updated successfully, but these errors were encountered: