Fastlane windows 无法安装

Fastlane windows cannot installing

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

中安装 fastlane

fastlane 目前仅在 macOS 上运行,不支持 Windows.

2020 年更新:请参阅下面关于如何在 Windows 上获得快速通道 运行 的答案。

可以通过nodejs安装

npm install fastlane
  1. 在您的 windows 机器上安装 ruby
  2. 转到命令行并键入 gem install fastlane -NV
  3. 您的 windows 机器上的 fastlane 已准备就绪。

正如@AryeeteySolomonAryeetey 所述,可以在 Windows 上 运行 快速通道。

但在我们起床和 运行ning:

之前,我们遇到了更多问题
  • 需要交互模式的终端
  • ridk 需要安装 - 至少在某些机器上
  • 某些 fastlane 命令在 Windows 上不起作用 - 您将采取一些解决方法。

我写了一篇关于 Automated Android deployment with Fastlane on Windows 的博文,其中包括一个 powershell 安装脚本,用于完成 运行 在 Windows 上使用 Fastlane 所需的所有设置!