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:
However when I run the bot / integration I get this error:
Trigger Error Trigger exited with non-zero status 127
How can I properly run pod install for my bot?
Better if edit your
.gitignore
and commit Pods folder.