env: ruby_executable_hooks: No such file or directory - Xcode bot CI

398 Views Asked by At

I'm trying to setup CI pipeline for my project. I wrote a basic trigger for pre-integration as,

cd Project
pod install

But the integration fails with the below error,

env: ruby_executable_hooks: No such file or directory.
1

There are 1 best solutions below

0
On

SOLUTION

Run below command in terminal to refresh executable-hooks.

sudo gem install --user-install executable-hooks 

then run

pod install