I am using fastlane to manage provisioning profiles, push builds to TestFlight etc. but now I was wondering if it is possible to deploy on my local (USB) iOS device by any fastlane command or pipeline?
Especially deploying a React Native app to the local device via fastlane would be awesome?
Installing the fastlane PluginOpen the Firebase console to add the Android app to your project. Select your project and click Add Firebase to your Android app. Enter your package name and click Register app. SHA key can be empty for now; you only need it when signing an APK.
fastlane can be simply described as the easiest way to automate building and release your iOS and Android apps, via a suite of tools that can work either autonomously or in tandem to accomplish tasks such as: Automation of building and packaging iOS apps producing .
There is no such option yet, at least that I am aware of.
You can see all the available fastlane commands, "actions" using fastlane's terminology, by typing fastlane actions
.
One tool you can use to deploy an app to a connected device from the terminal is to use ios-deploy
.
You could build the app using fastlane's gym
, then run ios-deploy
.
The tool is distributed via npm
. If you are keen on keeping your toolchain Ruby only, there is a gem wrapping it ios-deploy-gem
, which might not bu up-to-date though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With