简体   繁体   English

环境:ruby_executable_hooks:没有这样的文件或目录 - Xcode bot CI

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

I'm trying to setup CI pipeline for my project. 我正在尝试为我的项目设置CI管道。 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.

SOLUTION

Run below command in terminal to refresh executable-hooks . 在终端中运行以下命令以刷新executable-hooks

sudo gem install --user-install executable-hooks 

then run 然后运行

pod install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM