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.
答案 0 :(得分:0)
解决方案
在终端中运行以下命令以刷新executable-hooks
。
sudo gem install --user-install executable-hooks
然后运行
pod install