Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 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
47 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
1k 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
105 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
85 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
61 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
218 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
62 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
425 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
249 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
63 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
1 vote
0 answers
176 views

When I use XCode 16 for building, I get the following error. The xcodebuild command I used triggered it. What is the problem? In file included from /var/folders/9b/70l7vl6j3577k0mstkzcv0n80000gp/T/...
liyan's user avatar
  • 11
0 votes
1 answer
252 views

I try to generate an .ipa file from the command line using XCode 16.2. I have successfully created a .xcarchive file, yet when I execute the following command: xcodebuild \ -exportArchive \ -...
Paweł Kłeczek's user avatar
1 vote
0 answers
233 views

I'm trying to use PeripheryApp in my CI and I'm running into an issue where it fails out by using too much diskspace. I've seen this issue when I run it locally when my project has generated fully (i'...
Robert's user avatar
  • 1,242
3 votes
1 answer
758 views

I have a flutter app that was uploaded back on 2022 and last month I had to update to Xcode 16.1 and macOS 15.2 same flutter version 3.3.2 since Apple does not want me to upload the app with my ...
VDTe's user avatar
  • 675
0 votes
0 answers
286 views

TLDR: how can I get Resolve Package Graphs to succeed when running Xcode 16 under Fastlane? Is there some option to scan I am missing or some setup/config I need to do prior to running scan? My ...
Michael Dautermann's user avatar
1 vote
1 answer
631 views

I have a recurring problem using my ML model in Xcode. The model is created using tensorflow in .mlpackage format. I have dragged the .mlpackage directory from Finder into Xcode, removed it from &...
Andreas F's user avatar
  • 191
1 vote
0 answers
269 views

I have been unsuccessful trying to get my project to build all week on xCode. It was running fine on the previous OS with xCode 15, but now - I am having all sorts of build issues (xCode (16.2). I ...
hugger's user avatar
  • 498
0 votes
0 answers
36 views

I am trying to add a custom keychain (ios-build.keychain-db) into the list of keychains, but after adding I don't see it (with command: security list-keychains). I also tried to set it default ...
AMIT's user avatar
  • 909
1 vote
0 answers
52 views

I'm trying to build my Mac app for TestFlight using xcodebuild but I keep getting errors about the provisioning profile not containing the Mac Developer Installer Certificate. The release ...
ADB's user avatar
  • 729
0 votes
0 answers
56 views

We have a test suite which has nearly 1000 test cases. We need to run the test suite on a machine that is different than the build machine. We resigned the app and the test ipas, installed it on the ...
Chandrasekar Ramamoorthy's user avatar
1 vote
2 answers
660 views

I am getting this error while running flutter app in iPhone 15 Pro Max Whole error log: Running pod install... Running Xcode build... Xcode build done. ...
Harsh Patel's user avatar
0 votes
1 answer
259 views

I am trying to use azure pipeline for CI/CD, but can't build my app. I set automatic code signing in Xcode. Also I uploaded all needed secure files both certificate and provisioning profiles. pool: ...
Roman Markov's user avatar
0 votes
1 answer
137 views

I'm developing a multi-platform SDK in Xcode following the instructions from Creating a multiplatform binary framework bundle. I've done this several times in the past the only issue being that I ...
Brian Nickel's user avatar
  • 27.6k
0 votes
1 answer
34 views

I've been trying to generate documentation for our unit and ui test of a project that has cocoapods. I have created a simple project that is demonstrating my error (pasted below). The link to the ...
Istafein's user avatar
  • 122
2 votes
0 answers
286 views

Xcode's String Catalog seems to be a nice solution compared to the old approach. However, in larger projects it can happen that the Localizable.xcstrings file is updated too late, making developers ...
Marc's user avatar
  • 3,090
1 vote
0 answers
100 views

The error messages have the following form: error: Build input file cannot be found: '{path}'. Did you forget to declare this file as an output of a script phase or custom build rule which produces ...
rjdevereux's user avatar
  • 1,882
1 vote
1 answer
823 views

I am manually on GitHub action trying to sign my iOS app. I am using fastlane (partially) to help me. I do not want to use match as I intend to reuse the script between customers so I cannot use a ...
Sunkas's user avatar
  • 9,660
4 votes
2 answers
182k views

I've configured an CI/CD environment using Github Actions to build and deploy Apps automatically. But since Github has updated the runner, I get the error Provisioning profile "foo" doesn't ...
clem's user avatar
  • 905
0 votes
1 answer
813 views

I'm trying to export unsigned IPA of an iOS application using Xcode 15.4. This is a bash script I'm using to do so: xcodebuild clean archive \ -workspace DemoApp.xcworkspace \ -scheme DemoApp \ -...
Darrarski's user avatar
  • 4,452
1 vote
1 answer
234 views

I'm building a Swift Package distributed in the form of an XCFramework. Importing the resulting binary inside a Swift application works just fine, but trying to import it inside of an Objective-c ...
Kireyin's user avatar
  • 160
0 votes
1 answer
358 views

I executed xcodebuild -downloadPlatform iOS for download ios17.2 simulator. The download is complete, but the installation process failed due to lack of space and nearly 7 gigs of hard drive space was ...
or123456's user avatar
  • 2,209
1 vote
1 answer
805 views

Please note: this issue has been reported many times in other questions, but in each of those cases you will see that the solution was to clear the cached Derived Data. I have already done this, and ...
hotmeatballsoup's user avatar
0 votes
2 answers
268 views

We have a server with mac and Xcode which generates apps for IOS signing them with release provisioning profile and sign identities. It does by command line It worked perfectly until we upgraded from ...
NullPointerException's user avatar
1 vote
1 answer
220 views

I need to build an Xcode project with pods, run tests, and if tests are failing => fail workflow. If tests are passed => upload the report to Codecov. Currently, it doesn't matter if tests are ...
Vitalyz123's user avatar
-1 votes
1 answer
289 views

I'm trying to make a build of my app using xcodebuild. However, it is failing in this environment and I don't understand why… Here's the command I'm running: xcodebuild \ build \ -scheme "My ...
Clément Cardonnel's user avatar
1 vote
0 answers
395 views

Everything is ok util upgrade to xcode15.3 and macos14.0. When I use xcodebuild to build my app, some error occured: error: "ShopAssistant" requires a provisioning profile with the ...
PengShilei's user avatar
2 votes
1 answer
620 views

My app compiles, validates and stores correctly from Xcode IDE using the library swift-confidential (a tool for obfuscating Swift literals). But I cannot use Xcode on my osx server so I need to use ...
Alessandro Ornano's user avatar
0 votes
1 answer
2k views

I am new to iOS app development and am having a difficult time understanding some of the relationships between Certificates, Distributions, Provisioning Profiles, Targets and the entire codesigning ...
hotmeatballsoup's user avatar
8 votes
0 answers
762 views

Context We have a very large codebase in our company 600k+ Lines of Code. The setup is a XcodeProj using Swift Package Manager as the only and main package management tool. We have started a long ...
Serj's user avatar
  • 684
1 vote
1 answer
564 views

I am using XCTest to run UI tests on iPhone. Whenever few tests are failed, the xcodebuild command is stuck indefinitely without yielding any results. I have to terminate the build manually. I have ...
coldcake71's user avatar
-1 votes
1 answer
1k views

This command to build for simulator works just fine with Xcode 14: xcodebuild \ -project MyProject.xcodeproj \ -scheme App \ -destination "platform=iOS Simulator,name=iPhone 14" \...
Max's user avatar
  • 22.5k
5 votes
0 answers
252 views

I run xcode tests on a simulated device with this script line: xcodebuild test \ -workspace MyWorkspace.xcworkspace \ -scheme My-Scheme \ -destination 'id=12345678-ASDF-ASDF-ASDF-...
Xarbrough's user avatar
  • 1,471
1 vote
0 answers
102 views

I am using Xcode 15.2 to archive my iOS app, it takes around 2 hours to complete the archive, during the first 15 minutes Xcode will be using huge CPU usage, then for the rest of the time until the ...
AaoIi's user avatar
  • 8,416
4 votes
0 answers
2k views

I have very strange problem with resolving packages in Xcode IDE. Some of the dependencies stuck at Resolve Packages phase when fetching. What I've tried and what I've noticed: force close xCode (...
Marcin Kapusta's user avatar
0 votes
0 answers
87 views

I have modularized much of my code base into Swift Packages, and use local packages as described by Apple to do most of my work. I would like to automatically remove these local packages as step ...
hidden-username's user avatar
0 votes
1 answer
446 views

Device Farm generates a .xctestrun file and the location is stored at $DEVICEFARM_XCUITESTRUN_FILE. However, my test fails everytime xcodebuild: error: Failed to build workspace temporary with scheme ...
Sunny's user avatar
  • 11
1 vote
0 answers
150 views

I build an IPA using xcodebuild on CI (actually, I have a Flutter app and build it for iOS with flutter build ipa but it calls xcodebuild under the hood). Every now and than, for example right now, a ...
wujek's user avatar
  • 11.2k
1 vote
1 answer
438 views

I am on mac Sonoma 14.1.1, using xcode v.15.0 I am trying to build a bundle with xcode through a bash script, with a command that looks something like this: sudo xcodebuild build -project $(dirname &...
copter's user avatar
  • 11

1
2 3 4 5
29