Top "Fastlane" questions

fastlane is a Continuous Delivery solution for mobile apps.

Fastlane command not found

I am trying to install fastlane. I have Xcode installed. I installed fastlane using the command sudo gem install fastlane. …

xcode macos fastlane
How to get iTunes connect Team ID and Team name?

I'm writing down an Appfile for fastlane, my problem is I already have the team_name and team_id in …

ios app-store-connect fastlane
Building a iOS app with Fastlane inside Docker

I'm trying to streamline my iOS development builds and read about Docker. If I understood it right, I could create …

ios docker react-native fastlane
Fastlane: proper way to add a device to provisioning?

I am using fastlane to handle provisioning. This is what I did: match nuke development match nuke distribution then in …

ios fastlane
How to set environment variables in fastlane?

I had read the documents but I am still confused where to set the environment variables in the fastfile or …

ios xcode automation fastlane
Xcode ERROR ITMS-90783: "Missing bundle display name"

Today I started to receive this error with fastlane and Xcode: ERROR ITMS-90783: "Missing bundle display name. The Info.plist …

xcode testflight fastlane app-store-connect
Custom Variable in Fastlane Script

Sorry for such a newbie question, but I'm very confused on how to write a Fastlane script outside of using …

ruby fastlane
How can I call lanes with parameters from within my lane?

I have a Fastfile,and I want to all lanes with parameters from within my lane .How can do this? …

fastlane
Getting error "Need to acknowledge to Apple's Apple ID and Privacy statement."

Hi we're getting this error when using fastlane sigh/get_provisioning_profile. I don't think it is a fastlane issue …

app-store-connect fastlane fastlane-match fastlane-deliver fastlane-pilot
fastlane - Error cloning certificates repo

I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error: fatal: …

command-line-interface bitbucket git-clone fastlane fastlane-match