fastlane Questions
4
I created a fastlane task for uploading to the Play Store as follows:
lane :DEPLOY_BETA do
gradle(task: "clean")
version_codes = google_play_track_version_codes(
package_name: "",
json_key:...
3
I use Fastlane in my Android Project. And when I open 'fastlfile' file, Android Studio doesn't recognize this file as ruby code. And the code is not colorful. How can I specify programming language...
Ywis asked 29/1, 2020 at 15:41
4
Solved
I'm interested how to find the location of a screenshot which is created during UI Tests of my app. I would like to understand how Fastlane Snapshot grabs this screenshot. After couple of hours of ...
Lambeth asked 17/5, 2016 at 18:23
5
Solved
I'm trying to move our iOS CI over to github actions but I'm running into some build issues . These issues (fastlane just hangs when gym runs) seem to arise when using match.
Here's the log that ...
Equal asked 26/9, 2019 at 13:54
3
Solved
I'm new in Fastlane and install it throw the official document. Now I want to create an app using Fastlane and try to run the basic command "bundle exec fastlane create_app" where "create_app" is a...
Rife asked 18/12, 2019 at 8:23
3
Solved
I have a Fastfile that performs the uploadToTestFlight action:
uploadToTestflight(
username: "[email protected]",
skipWaitingForBuildProcessing: false,
distributeExternal: true)
This suc...
Bravado asked 11/9, 2019 at 18:22
0
I'm trying to compile my expo development (Not expo go) app, it all works for IOS and android in testing but when i try compiling it for production, only the android compiles successfully the IOS b...
2
I am aware this is known issue, and answers were attempted couple of times, but this time I found conditions which I feel are strange. The logs tell the dreaded Error 65 and errSecInternalComponent...
2
I can't find any option about fastlane to set the proxy. So does there has a direct way to solve this?
Thanks very much for any help!
Expansile asked 19/6, 2017 at 2:23
1
Solved
My current version of Fastlane 2.173.0 works OK with XCode 13 and builds and publishes my iOS RN/Native project to TestFlight. But after moving to XCode 14 I have got next error on start building (...
1
Solved
I try to upload my flutter ipa to the AppStore with fastlane using pilot with the following command:
bundle exec fastlane pilot upload --ipa ../build/ios/ipa/project.ipa
When I run this command I ...
Raymund asked 26/10, 2022 at 16:7
7
I created an iOS test flight build using Fastlane, and I got this strange error, not sure why because it was working fine yesterday and now without any change in Fastlane configuration it gives me ...
Szabadka asked 19/10, 2022 at 20:34
1
Solved
I am trying to upload the ipa to the testflight using the azure pipelines. This was working fine before but all of a sudden I am receiving this error message,
Transporter transfer failed.
2022-10-1...
Lexis asked 19/10, 2022 at 17:0
3
Solved
I have a react-native app, with both ios and android directories inside a common directory.
I want to be able to release (execute a lane) iOS or Android independently, so I setup fastlane init in e...
Notions asked 28/6, 2016 at 20:13
2
I am using fastlane to build my unity iphone application.
It worked perfectly until all of a sudden i started getting the following error/warning during build:
[10:13:48]: $ xcodebuild -resolvePack...
Ferro asked 16/11, 2021 at 9:25
1
I have a fastlane lane that builds the app using gym or build_app but I also want to use flutter build's --obfuscate flag.
desc "Build - Enterprise"
lane :build_enterprise do |options|
...
Swollen asked 23/1, 2021 at 0:22
1
I have a project that consists of several SPM packages. I'm using Fastlane to perform tests on each of those packages, like so
lane :tests do
TEST_PACKAGES.each { |package|
single_test(package: p...
Fusillade asked 3/2, 2022 at 14:5
4
Solved
4
What causes this error when using Fastlane and Flutter after running this :
bundle exec fastlane beta
Google Api Error: Invalid request - Access Not Configured. Google Play
Developer API has n...
3
I'm trying to submit a build to Google play internal testing but it fails with the error:
Google Api Error: Invalid request - APKs are not allowed for this application
I am running the following co...
Sweltering asked 27/11, 2021 at 17:0
1
I'm trying distribute app using firebase app distribution via fastlane.
When I run firebase_app_distribution, it seems to login into Google successfully but somehow at the end it returns 404.
I log...
Dickinson asked 14/4, 2022 at 3:25
3
I am using fastlane to automatically increment my version code and deploy my app. I am getting the error apkNotificationMessageKeyUpgradeVersionConflict: APK specifies a version code that has alrea...
Alliteration asked 24/3, 2020 at 3:59
2
Solved
There are not much documentation about this here in the office documentation page https://docs.fastlane.tools/actions/gym/.
The only thing that mentioned compile flag is:
xcargs:
Pass additio...
Orthopedist asked 10/5, 2018 at 14:31
2
Solved
I am building an app bundle (.aab) for our react native app.
When I build via Android Studio, app builds, deploys to Play Store. I download and run - everything works.
When I build via FastLane, ap...
Studley asked 30/8, 2021 at 10:9
4
Solved
I was trying to do fastlane match development and that blocked me with the following error message:
Could not create another Distribution certificate, reached the maximum number of available Dis...
© 2022 - 2025 — McMap. All rights reserved.