运行“ pod install”命令时如何指定Pod的目录

时间:2019-11-22 10:57:05

标签: jenkins cocoapods

我正在Jenkins管道中安装Pod,这里是管道代码的安全性

npm install -g yarn
npm install -g pod
yarn cache clean
yarn install --network-concurrency 1
cd ios
pod install

在输出中的pod install命令之后,我看到了这样的警告:

  

你好!看来这是您第一次在这台机器上运行pod。   请指定Pod放置目录的目录。   -确保您的帐户对该目录具有完全访问权限。   -您可以使用相对路径(针对您的cwd解析)。

那么,如何指定Pod的目录?

0 个答案:

没有答案