Fastlane firebase app distribution ios

broken image
broken image

CodesigningĬhances are that something went wrong because of code signing at the previous step. To get a list of all available parameters for build_app, run fastlane action build_app.

broken image
broken image

More Details iOS Beta deployment using fastlane Building your appįastlane takes care of building your app using an action called build_app, just add the following to your Fastfile: lane :beta doĪdditionally you can specify more options for building your app, for example lane :beta do New to fastlane? Click here to open the installation & setup instructions firstġ) Install the latest Xcode command line tools xcode-select -installģ) Navigate to your project and run fastlane init

broken image