Install cocoapods before CI integration

747 views Asked by At

Trying to run a bot on my Xcode Server. The project uses cocoapods, however they are ignored via git.

So I am trying to 'pod install' for the bot integration via a script.

That looks like this:

enter image description here

However when I run the bot / integration I get this error:

Trigger Error Trigger exited with non-zero status 127

enter image description here

How can I properly run pod install for my bot?

1

There are 1 answers

0
192kb On

Better if edit your .gitignore and commit Pods folder.