Top "Fastlane" questions

fastlane is a Continuous Delivery solution for mobile apps.

Where is the screenshot file from Xcode UI Test?

I'm interested how to find the location of a screenshot which is created during UI Tests of my app. I …

ios xcode-ui-testing fastlane
how to renew expired certificate with fastlane?

My iOS certificate is stored in GitHub and it is expired, the failure message in circleci progress is that ‘Your …

ios certificate circleci fastlane
Passing an environment variable to a shell script from Fastlane

I'm running Fastlane (a continuous build tool for iOS) in order to execute a custom shell script for decrypting a …

ruby bash shell fastlane
Fastlane/release automation for Android

Does anyone know a tool/project, like fastlane, for Android release automation? With upload to the playstore... I know there …

android google-play fastlane
Updating fastlane fails: signet requires Ruby version >= 2.4.0

I'm unable to update fastlane. When I execute fastlane update_fastlane I get the following error. ERROR: Error installing fastlane: …

ruby fastlane
Two-factor Authentication With fastlane

Im releasing my app to firebase distribution throw Fastlane while using CI machine. Im facing an issue with the 2FA. …

continuous-integration fastlane two-factor-authentication
Upload dSYMS to Firebase via Fastlane

I am struggling to upload dSYM files to Firebase via Fastlane. I have a lane that looks like the following: …

firebase continuous-integration fastlane
How to configure build types vs. product flavors?

Based on this answer https://stackoverflow.com/a/27908019/5156317 I have a follow up question: What makes an app different that …

android android-gradle-plugin continuous-integration build.gradle fastlane
How to override values inside fastlane's appfile using .env files

We have the need to override values in fastlane's appfile in certain situations, e.g. to use a different apple …

ios fastlane