344 questions
-4
votes
0
answers
37
views
Can’t Import Client’s Certificate into Xcode 16.3 – How to Generate IPA Without Apple Account Access?
Problem:
Client provided a .certSigningRequest file (Which is paid Account CRS).
Xcode 16.3 does not recognize/import it.
I cannot access their Apple Developer account.
Question:
How can I use this ...
0
votes
0
answers
28
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
38
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
78
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
57
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 ...
1
vote
0
answers
341
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
309
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 ...
9
votes
4
answers
6k
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
37
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
168
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
150
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
126
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-...
0
votes
0
answers
16
views
Xcode simulator list empty even after creating new simulator [duplicate]
I was trying to change my iOS deployment target in Xcode however when I check the drop down menu of my devices I only see that iOS version 17.5 is not installed rather than the list of installed iOS ...
0
votes
0
answers
28
views
Cycle inside my app on XCode 15 beta when I add Intents Extension
issues is:
Cycle inside NeathubIntent; building could produce unreliable results.
Cycle details:
→ Target 'NeathubIntent' has copy command from '/Users/neathub/Library/Developer/Xcode/DerivedData/...
1
vote
0
answers
139
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:
...