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

时间:2017-05-16 09:25:30

标签: ios xcode osx-server xcode-bots xcode-server

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 个答案:

答案 0 :(得分:0)

解决方案

在终端中运行以下命令以刷新executable-hooks

sudo gem install --user-install executable-hooks 

然后运行

pod install