Bitrise Build Issue Report template
Description of the issue
Due to project updates, I cleared the Cocapods cache, but now the builds fails due to:
Adding spec repo `trunk` with CDN `https://cdn.cocoapods.org/`
[!] Unable to add a source with url `https://cdn.cocoapods.org/` named `trunk`.
You can try adding it manually in `/Users/vagrant/.cocoapods/repos` or via `pod repo add`.
pod install failed: exit status 1, retrying without --no-repo-update ...
$ pod "_1.11.3_" "repo" "update"
[!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403 <!DOCTYPE html>
Later in the log there’s a HTML dump with a Cloudflare Captcha form. Pretty clear what’s going on here, but how do I resolve the issue?
Environment:
Where did the issue happen?
Bitrise stack: Xcode 13.3.x.
Which build Step causes the issue and which version of the step?
Cocoapods 2.x.x (2.2.1)
Reproducibility
Waited for some time (15-30 mins) between rebuilds, but the issue persists.
Local reproduction
Nope, works as it should locally.
Build log
All relevant logs in the description.