Questions tagged [fastlane]

fastlane is a Continuous Delivery solution for mobile apps. It consists of several tools to automate the various aspects of your deployment pipeline

Tools such as gym, pem, sigh, frameit, match for iOS and supply & screengrab for Android.

More information on fastlane.tools

1450 questions
-1
votes
1 answer

Fastlane – company usability?

We are currently discussing in the company, if the tool Fastlane and its subtools (screenshots, Beta deployment, AppStore Deployment...) are suitable for business? Is there any documented proof, that the tools is running just "local" on the server…
schuetzi
  • 35
  • 5
-1
votes
1 answer

What’s the best practice to handle multiple environments for one app?

I'd like to know what is the best practice to have multiple apps for my app in multiple environments? I see some engineers use targets and other use xcconfig files to change the value of bundle identifier, app name, code signing certificates and so…
-1
votes
1 answer

fast lane install .app on the simulator to run automation on travis

I'm new to fast lane and trying to configure it on travis. I want to install the .app file on the simulator and open it. (I'm doing this to run appium tests on travis) Can you please let me know how to achieve this using fastlane on travis? My…
-1
votes
2 answers

How to solve issue :"faraday_middleware 0.9.0 conflict with faraday (<0.9 , >= 0.7)" caused by running fastlane

After updating to El Captian system, my fastlane don't work well. When I update fastlane to latest version , running the command "fastlane" , it will print this error:"faraday_middleware 0.9.0 conflict with faraday (<0.9 , >= 0.7)".
jianpx
  • 3,190
  • 1
  • 30
  • 26
-2
votes
0 answers

Fastlane init results in (Gem::MissingSpecError)

Unable to use the command fastlane init in macOS. Below error is received Ignoring executable-hooks-1.3.2 because its extensions are not built. Try: gem pristine executable-hooks --version 1.3.2 Ignoring ffi-1.12.2 because its extensions are not…
user2071152
  • 1,161
  • 1
  • 11
  • 25
-2
votes
1 answer

How to call Fastlane action or lane inside the shell script

My question is very simple, how can I call some Fastlane actions directly from shell scripts? I want to do something like below, if possible.
-2
votes
1 answer

How can I create a custom JSON string/structure?

I am trying to get a custom JSON structure (example below) output in order for it to be parsed by an engine.…
-3
votes
1 answer

Fastlane plugin in swift

As of 2.69.0, fastlane now supports swift. Is it possible to create plugins or actions in swift? If yes, please provide an example, thanks!
Ted
  • 22,696
  • 11
  • 95
  • 109
-4
votes
2 answers

What are the components in the ruby statement

I am new to Ruby . While using fastlane for iOS , in the fastfile I see the below statement lane :mybuildlane do end Is lane a type? What does the colon before mybuildlane indicate ? Is mybuildlane closure name ? For those who are down voting ,…
-4
votes
1 answer

how to auto create new app in Google Play by API

Hi, I have to build many app from one source frequently. So i want to create new app auto in Google Play by API for convenient, and after that i will use Supply mobile in Fastlane to upload metadata. Anyone can help me solve this case :) Thanks for…
QViet
  • 297
  • 5
  • 25
1 2 3
96
97