328 questions
0
votes
0
answers
90
views
Xcode 15.4 is not running in latest macOS sequoia (Version 15.5) [duplicate]
I’ve updated macOS to the latest Sequoia. I’ve used Xcode 15 before updating macOS Sequoia. After updating macOS to the latest version. Xcode stopped running
I have tried
[https://stackoverflow.com/...
0
votes
0
answers
35
views
vision pro simulator not opening on mac m1 and quitting unexpectedly
ive been using the mac m1 for almmost a year and it used to run vision pro simulator on xcode 15 quite smoothly but now its quitting unexpectedly showing errors in loading the realtiykit content
tried ...
0
votes
1
answer
68
views
Xcode can't generate archive correctly
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 ...
-2
votes
1
answer
152
views
SwiftUI Preview Error for "New build system required"
My Environment is:
Xcode 15.0
Swift5
Minimum Deployments: iOS 13
My project is UIKit, but when I use SwiftUI file, I get an error is "New build system required", how to fix it?
I can't find ...
1
vote
0
answers
81
views
The XCUI performance tests ignore the baseline target
I'm using Xcode native performance test tool, Measure().
Described here:
https://developer.apple.com/documentation/xctest/xctestcase/3194266-measure
The issue is after you initially run the test you ...
2
votes
0
answers
460
views
Xcode 15/16 crashes immediately when trying to use XCUITest UI recorder on iOS 17/18 device
I am trying to use the XCUITest UIrecorder for some UI tests where having the button identifier isn't enough. But soon as I hit record in Xcode UI test it (Xcode) crashes immediately, if the app is ...
1
vote
1
answer
446
views
Multiple commands produce error in Xcode 15.3
I have been stuck on this bug for quite a while now so any help would be appreciated. When I try to Archive my Flutter app after Build, I keep getting the following build errors:
Multiple commands ...
10
votes
4
answers
7k
views
"Swift Compiler Error (Xcode): Method does not override any method from its superclass" error after updating Xcode
After updating my macOS version to 15.0 and updating Xcode to Version 16.0, my application can't get compiled and shows me this error:
Swift Compiler Error (Xcode): Method does not override any ...
0
votes
0
answers
38
views
Showing a View after the 'Button' is pressed
I am designing a simple iOS application that performs a few simple calculation then presents the results on a second View.
The views are:
ContentView
ResultsView
In the previous days of Xcode, one ...
0
votes
0
answers
238
views
Do i need ios 17.0 if i have 17.5 simulator runtime?
I’ve got a bit of a situation. Due to a slow internet connection, I asked a friend to download the "iOS 17.5 Release Candidate Simulator Runtime" from the Apple Developer website for me. ...
0
votes
0
answers
192
views
Is it possible to update String Catalog file dynamically?
I am trying to localise my app using String Catalog, the problem I am facing is all the strings(label/button title) are downloaded from the server. For e.g their is a label which has the text "I ...
0
votes
1
answer
211
views
How do I reference a 'shared' static property from a non-isolated context?
I am working on a map app in Xcode 15.4.
Everything works except when I reference the @MainActor class LocationManager {} in the private var locationManager
I get the following error:
Main actor-...
1
vote
0
answers
166
views
Xcode 15.4 Error: Showing Recent Errors Only Linker command failed with exit code 1 (use -v to see invocation)
In an react native app when I try to build app in Xcode I get following error:
Showing Recent Errors Only
Linker command failed with exit code 1 (use -v to see invocation)
more detailed log:
...
0
votes
0
answers
80
views
Unable to create framework in Xcode 15 with Objective-C throwing error "Command PhaseScriptExecution failed with a nonzero exit code"
I am trying to create objective C Network framework using Xcode 15 with minimum supported iOS version 14.0.
Here are the steps I am following:
I created New> Project> framework> Objective C&...
-1
votes
1
answer
177
views
How to resolve "ITMS-90129: The bundle uses a bundle name or display name that is already taken" for new builds of the same app
This error is reaction on new build created and uploaded to AppStore with new project but same bundleId/displayName/signingInfo.
Here is the scenario with symbolic values to explain it better:
Build #...