Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 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
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
0 answers
80 views

When trying to run the following commands: XCODE_OPTIONS="-scmProvider system -resolvePackageDependencies -disablePackageRepositoryCache" xcodebuild clean $XCODE_OPTIONS -workspace $...
Artjom's user avatar
  • 38
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
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
1 vote
2 answers
246 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
1 vote
0 answers
167 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
1 vote
0 answers
227 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
0 votes
0 answers
284 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
0 answers
265 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
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
27 views

I am trying to run my already running android react-native project in mac device. first time I flow : cd ios pod install cd .. npx react-native run-android It gives me the above error, when I recreate ...
Hadeer Essam's user avatar
0 votes
1 answer
251 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
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
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
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
1 vote
1 answer
226 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
1 vote
1 answer
797 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
1 vote
1 answer
218 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 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
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
1 vote
1 answer
560 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
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
3 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
1 answer
442 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
2 3 4 5
29