Step: cocoapods Error

Bitrise Build Issue Report template

Description of the issue

I have experienced a problem. “Exit status of command ‘cd ‘.’ && bundle exec pod install --repo-update’ was 1 instead of 0.”

Previous I had talked with Bitrise support team. They said that this issue related not access both main repo and a private repo with the same SSH key on GitHub. But it is not, because I have another project who has the same configuration. It works fine.

Also, I shared new details with Bitrise support team. I am still waiting their response.

Environment:

XCode 10.1.x, on macOS 10.13

Reproducibility

  • _Does a “Rebuild” help? NO
  • _Does a rebuild without caches help? NO
  • _Does the issue happen sporadically, or every time? Every time
  • _Does upgrading the build Step to the latest version help? NO
  • When did the issue start? : I have never see completed build.

Local reproduction

_Can it be reproduced on your own Mac/PC by following our [local debug guide] NO

Build log

I have already shared with Bence Kubik all URL. Also, I have opened Enable Bitrise Support parameter for checking.

Hi @duruldalkanat,

As this issue has been solved on our thread on the on-site chat I’ll be closing this thread.
Just to summarise it here as well, the needed steps to make this build work were:

  • Include the cocoapods install step with the input IsUpdateCocoapods set to true (to use the latest cocoapods version
  • Removed UITest references from the Podfile.

Thanks for your update on the other thread as well! :slight_smile:
Happy Building! :rocket::muscle: