Hi @bsarrazin,
Our CocoaPods Installer step does not change anything in your configs, it pretty much just runs pod install
. So if you see HTTPS urls in pod install
's log which should not be there then that’s related to something in your pod config - I’d suggest you to follow the first section of this local debug guide: How to debug your build locally / “It works on my Mac/PC but not on bitrise.io”
- Do a clean git clone, into a new directory
- Then do
pod install
there
and check its log whether you see those https URLs.
If that wouldn’t help please copy paste the related build’s bitrise.io URL and we’ll look into it ASAP!