fastlane Questions
7
Solved
I am struggling to upload dSYM files to Firebase via Fastlane. I have a lane that looks like the following:
desc "Fetch and upload dSYM files to Firebase Crashlytics"
lane :refresh_dsyms_...
Kohn asked 29/10, 2018 at 16:29
3
I am having some issues with fastlane and cloning a git repo from BitBucket. I am getting following error:
fatal: could not read Username for 'https://bitbucket.org': terminal prompts disabled
[17...
Snuffy asked 15/2, 2018 at 17:5
2
When running ui tests via cli/fastlane on macOS Big Sur 12.3.0, Xcode 12.5.0
xcodebuild -showBuildSettings -workspace ./MyWorkspace.xcworkspace -scheme MyScheme-UITests
xcodebuild[88311:3500544] ...
Honolulu asked 30/4, 2021 at 10:29
4
Solved
I'm not entirely sure how I get into this situation, but fastlane_tmp_keychain-db becomes my default keychain after a build, and I can't figure out how to un-set it.
There are no options here to ...
Bighorn asked 20/7, 2021 at 22:10
3
I have a custom Run Script phase in my Xcode project that outputs some information:
When I build the app via Xcode, I see the output of the script (Planning build, Building for debugging etc.):
...
Marlie asked 4/4, 2023 at 13:11
10
What I’m doing is trying to make bitbucket pipline do my iOS CD, I included docker fastlanetools/fastlane image and in the steps i pull and run the docker image everything is okay and i was able to...
Berenice asked 25/1, 2020 at 5:42
2
Apple have different certificate type, now when I am build my project, the fastlane chooose iOS distribution certificate by default. Shows error:
error: No signing certificate "iOS Distributio...
7
I'm trying to setup CI-CD for firebase app distribution on my local system.
fastlane-plugin-firebase_app_distribution plugin can't be found.
Error loading plugin 'fastlane-plugin-firebase_app_dis...
Knowle asked 21/3, 2020 at 0:54
5
Running fastlane beta and getting this error:
Bundler::GemNotFound: Could not find CFPropertyList-3.0.0 in any of the sources
I tried installing the gem through the terminal, adding it to my gem...
Tephrite asked 22/5, 2018 at 2:45
4
Solved
When running bundle exec fastlane build, fastlane prints the following error message (The character between the quotes is U+200B zero width space):
[!] Could not find action, lane or variable ''....
Maible asked 11/9, 2019 at 11:53
4
Solved
I have different product flavors of my app and I build them with fastlane. This is my fastfile:
default_platform(:android)
platform :android do
desc "Release apk with different urls"
lane :rel...
Hayseed asked 19/11, 2018 at 14:29
8
Solved
I setup Firebase app distribution feature in Fastlane Fastfile to distribute beta version of my iOS app. It was working fine but It suddenly started showing errors.
This is how my lane looks like.
...
Allveta asked 11/1, 2021 at 6:3
6
Solved
I am trying to build iOS app from expo managed project. The build fails At fastlane step.
In Expo SDK 44, 45 everything was okay. But when I upgrade to SDK 46, I am facing the issue.
Here is my pac...
Ruffi asked 14/11, 2022 at 15:25
5
Solved
Trying to get fastlane up and running for my Android project. I have the fastfile and appfile in my project directory, but when my lane executes the gradle action it fails with the following error:...
Microscopium asked 20/12, 2016 at 19:4
2
I am using IntelliJ IDEA 2021.3.2 (Community Edition), currently for Flutter development. When I open a Podfile, that is like a build script for an iOS app, and which seems to be a valid Ruby file ...
Scopula asked 12/2, 2022 at 10:43
6
Solved
Problem
While I'm trying to send my application via Fastlane I face with this error:
Sign in with the app-specific password you generated. If you forgot
the app-specific password or need to create...
Greenhouse asked 24/1, 2019 at 7:50
2
I can't find answer for this.
My app needs parameters defined --dart-define=ENVIRONMENT="$APP_ENV"
There is no problem building Android, but how to pass those while build ad-hoc in fastla...
7
Solved
I need to create with fastlane .app file (or .ipa file if it works to) which I could next drag and drop to simulator on another computer. I tried do it with gym or with xcodebuild parameters but I ...
2
Solved
As Apple removed x86_64 support for Xcode and introduced sperate simulators for Rosetta, I wondered how I could run my app on a Rosetta simulator via cli.
This is also needed for fastlane. (see Fas...
17
I am trying to install fastlane. I have Xcode installed. I installed fastlane using the command sudo gem install fastlane. I now go into my project folder and type fastlane init and get the error: ...
2
Using Fastlane with azure pipeline Build getting a freeze at Running script '[CP] Embed Pods Frameworks we aren't able to do further action on the build as it gets stuck on given a run script
Error...
Annatto asked 11/9, 2019 at 11:48
4
Solved
Problem
I'm getting a new Fastlane error after the command below the line:
bundle exec fastlane beta --verbose
Error Message
Failed to open TCP connection to olympus.itunes.apple.com:443 (getaddri...
Willis asked 25/12, 2019 at 8:6
2
Solved
Using fastlane from Jenkins. Jenkins sets the pwd to a directory, lets call it directory1, that has the standard Fastfile and fastlane subfolders like this:
MacBook-Pro:directory1 user$ tree
├── ...
2
Solved
I simply trying to upload build with fastlane to itunesconnect, but I have an error:
Could not find transporter at /Applications/Xcode.app/Contents/Developer/. Please make sure you set the correct...
Ctenophore asked 19/9, 2022 at 10:2
2
I'm a bit confused on how I'm supposed to add push notification capabilities to an app where I have generated provisioning profiles/certs using fastlane match
I'm trying to run my device in develop...
Marmoset asked 23/12, 2020 at 16:49
1 Next >
© 2022 - 2025 — McMap. All rights reserved.