How to install fastlane in windows? i installed rubygems , but i dont know how to install fastlane on windows. please tell me how to install fastlane in windows?
fastlane currently only runs on macOS and doesn't support Windows.
Update 2020: See answer below on how to get fastlane running on Windows.
- Install
ruby
on your windows machine. - Go to your command line and type
gem install fastlane -NV
. - You have fastlane on your windows machine ready.
fastlane currently only runs on macOS and doesn't support Windows.
Update 2020: See answer below on how to get fastlane running on Windows.
As @AryeeteySolomonAryeetey states it is possible to run fastlane on Windows.
But we experienced a few more issue, before we were up and running:
- Needs a terminal in interactive mode
ridk
needs to be install - at least on some machines- Some fastlane commands does not work on Windows - you will have do some workarounds.
I have written a blogpost about the Automated Android deployment with Fastlane on Windows including a powershell setup script to do all the needed setup to be running Fastlane on Windows!
Edit 2024: We are still running it on Windows but we have found it to be simpler to run it with Ubuntu subsystem in Windows terminal - still on windows filesystem though.
You can install via nodejs
npm install fastlane
© 2022 - 2024 — McMap. All rights reserved.