Skip to main content
0 votes
1 answer
78 views

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', ...
Sega-Zero's user avatar
  • 3,007
2 votes
4 answers
186 views

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 ...
Ralf Schneider's user avatar
1 vote
1 answer
43 views

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 ...
Ralf Schneider's user avatar
0 votes
0 answers
59 views

I’m trying to build and archive my React Native iOS app using GitLab CI/CD, but the build fails during the archive step. Below is the error message I get: note: Disabling previews because ...
Somnath Sabale's user avatar
0 votes
1 answer
54 views

Hi I have 2 different test case in my iOS project import XCTest @testable import MyApp final class MyAppXCTests: XCTestCase { func testXCToggleOne() throws { XCTAssertTrue(true) } } ...
user2958279's user avatar
0 votes
1 answer
2k views

I’m trying to run a Flutter app on my physical iPhone from Android Studio/VS Code. The build fails with: Could not build the precompiled application for the device. Uncategorized (Xcode): Unable to ...
youssef N's user avatar
0 votes
2 answers
109 views

I'm facing an issue with Xcode 16.2 when building iOS apps for different clients. I have a white-label app, and I build: A signed IPA for some clients An unsigned IPA for others For the signed app, ...
user31216803's user avatar
0 votes
0 answers
101 views

When trying to run the following commands: XCODE_OPTIONS="-scmProvider system -resolvePackageDependencies -disablePackageRepositoryCache" xcodebuild clean $XCODE_OPTIONS -workspace $...
Artjom's user avatar
  • 38
1 vote
0 answers
63 views

Background I'm setting up iOS GitLab pipelines to run inside virtual machines using Tart. To improve build times, I want to cache Swift Package Manager (SPM) dependencies between jobs. Current Setup ...
Lubos857's user avatar
  • 126
0 votes
0 answers
43 views

When I run xcodebuild -workspace App.xcworkspace -scheme Default -configuration AdHocDistribution -archivePath ./build/App.xcarchive -destination "generic/platform=iOS" clean archive with ...
clem's user avatar
  • 905
0 votes
1 answer
222 views

I've been struggling for about a week trying to write a Github action that builds and uploads an iOS ipa to App Store Connect. I seem to be running into issues when trying create the ipa file itself. ...
David Chopin's user avatar
  • 2,574
1 vote
0 answers
72 views

I have an Xcode project using Swift Package Manager with several dependencies. Some packages have subdependencies that aren't directly specified in my project settings, but I need to update them to ...
Arietis's user avatar
  • 75
0 votes
1 answer
446 views

Xcode build done. 18.5s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ Writing result bundle at path: /var/...
Psalm David's user avatar
1 vote
2 answers
259 views

I have added my own build rule to Xcode, to compile a custom type of file. Let's call it .foo. I need to be able to specify that file A should be compiled before file B (since B depends on A). I have ...
Amy Worrall's user avatar
  • 15.9k
0 votes
1 answer
68 views

In my case, after updating the libraries in Flutter's pubscpec.yaml, I could no longer generate Product > Archive for distribution in Xcode. The archive was generated as other items instead of iOS ...
Osmar Kozan Jr's user avatar

15 30 50 per page
1
2 3 4 5
96