I upgraded our build agent to El Capital recently, and started getting some build failures for our builds. Prior to the upgrade, I had no issues with any builds.
In my build configurations, I have a Command Line step configured to run an executable with parameters. I use this step to run pod install
prior to building the project.
On the version before El Capitan, this worked without issue.
On El Capitan though, I get this error: Cannot run process pod install : file not found
To me, it seems like it's trying to find an executable named pod install
, not an executable pod
with a parameter install
. If I remote to the Mac, I can freely type pod install
with no issues in the terminal.
The workaround at the moment is to change the Command line type to a Custom Script, and put pod install
in the script box, but I am curious if this is a bug with the Agent.