1,531 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
80
views
gitlab+XCode: Unable to find a device matching the provided destination specifier
Gitlab runner on M4 Mac Mini 2024, XCode 26.2, supported platforms: iOS, native UIKit swift project. Cocoapods.
Trying to run tests via fastlane:
run_tests(workspace: 'Project.xcworkspace',
...
2
votes
4
answers
188
views
fastlane: cannot install ipa on device
I got my distribution build with fastlane up and running. I use fastlane match to manage the certificates and provisioning profiles and the Ionic plugin to build the app. I have uploaded my first ...
1
vote
1
answer
43
views
Build Ionic app with fastlane: export archive failed
I try to build my Ionic 8 app (Cordova) with fastlane. I created a Fastfile which calls match first and then uses the ionic plugin to build the app.
Fastfile:
platform :ios do
desc "Build ...
0
votes
0
answers
81
views
GitHub Actions iOS build fails with "Exit status 65" – works locally with Xcode 16.1
I have a React Native project that builds and uploads successfully using Fastlane on my local Mac (Xcode 26.1).
However, the GitHub Actions iOS build fails with the following error:
** ARCHIVE FAILED *...
0
votes
0
answers
63
views
Fastlane CI/CD build error: "fastlane ran into a build/archive error with your project" when using xcodebuild
I’m running a Fastlane pipeline for iOS app builds in CI/CD, and my build fails with the following log output:
INFO [2025年11月04日 18:09:06.48]:
ERROR [2025年11月04日 18:09:06.48]: Looks like fastlane ran ...
4
votes
1
answer
452
views
Fastlane 'upload_to_testflight' reports success but build never appears in AppStore Connect (Bitrise CI, iOS)
I’m using Fastlane on Bitrise CI to build and distribute an iOS app.
Everything in my CI runs fine — the build succeeds, Fastlane reports that the upload to TestFlight was successful — but the build ...
0
votes
1
answer
117
views
iOS App Upload Fails: "No suitable application records were found" for Square In-App Payments SDK Bundle Identifier
Problem
I'm unable to upload my iOS app to App Store Connect due to a bundle identifier validation error for the Square In-App Payments SDK. The error
message is:
No suitable application records ...
0
votes
1
answer
279
views
FastLane > xcodebuild: error: Unable to find a destination matching the provided destination specifier
Found my iOS Fastlane deployment suddenly failing without change.
[12:20:22]: ▸ 2025年09月10日 12:20:22.000 xcodebuild[5340:21266] Writing error result bundle to /var/folders/x7/...
2
votes
0
answers
54
views
iOS security keychain issues in pipeline no valid identity
I am trying to use Fastlane in order to publish the app. In my pipeline script, I’m doing the following steps:
security unlock-keychain -p "$KEYCHAIN_PASSWORD" ~/Library/Keychains/login....
0
votes
0
answers
71
views
Delay publish after Play Store review completed
I’m using Fastlane to upload an Android app to the Google Play Store and send it for review (using Ruby if needed).
When the review is completed, the app is immediately published if Managed Publishing ...
0
votes
0
answers
354
views
xcodebuild: error: didn't find classname for 'isa' key — works locally but fails in GitHub Actions
I am running a Fastlane-based CI/CD pipeline for an iOS project on GitHub Actions. The build works perfectly on my local Mac, but fails in the GitHub Actions runner during the xcodebuild -...
1
vote
1
answer
116
views
flutter build macos --release hangs on codesign when it runs on github actions
I'm trying to set up a CI/CD pipeline for a flutter desktop app on Github Actions. While the build for windows works fine, the macos job keeps on hanging (I set a timeout at 30 mins). By setting ...
0
votes
1
answer
48
views
Fastlane Screenshots: Remove "iPhone disconnected" icon on watchOS
I'm using Fastlane to make promo screens on watchOS simulator. The problem is that Fastlane starts watchOS simulator alone, without the paired iPhone. So the screenshots have "iPhone disconnected&...
0
votes
0
answers
135
views
fastlane pilot stuck on upload to App Store
I'm doing a workflow in git actions (Gitea) that build and upload the app to App Store in TestFlight. The match and build work as expected the issue is in uploading the process start but then stuck ...
2
votes
0
answers
68
views
Fastlane Resign failed with exit code 1 : errSecInternalComponent
I’ve been wrestling with this for nearly a week now and none of the proposed fixes have worked. I’m trying to resign an app via Jenkins and have done the following:
Created a custom keychain Imported ...