Fastlane窗口无法安装

时间:2017-05-05 05:33:20

标签: windows fastlane fastlane-snapshot

如何在 windows 中安装 fastlane ?我安装了rubygems,但我不知道如何在Windows上安装fastlane。请告诉我如何在windows中安装fastlane?

4 个答案:

答案 0 :(得分:10)

  1. 在Windows计算机上安装ruby
  2. 转到命令行并输入gem install fastlane -NV
  3. 您已经在Windows机器上准备好了快速通道。

答案 1 :(得分:9)

fastlane 目前只能在macOS上运行,并且不支持Windows。

答案 2 :(得分:2)

@AryeeteySolomonAryeetey指出可以在Windows上运行fastlane。

但是在启动和运行之前,我们遇到了一些其他问题:

  • 需要处于交互模式的终端
  • ridk需要安装-至少在某些计算机上安装
  • 某些fastlane命令在Windows上不起作用-您将采取一些解决方法。

我写了一篇有关Automated Android deployment with Fastlane on Windows 的博客文章,其中包括一个powershell设置脚本,可以执行在Windows上运行Fastlane所需的所有设置!

答案 3 :(得分:-2)

您可以通过nodejs安装

npm install fastlane