All Questions
135 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
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 ...
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 ...
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
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 ...
-1
votes
1
answer
143
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 #...
2
votes
0
answers
191
views
Enforce Xcode to update String Catalog on command line?
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 ...
0
votes
0
answers
27
views
Flutter compiled error in Xcode 15: Undefined symbols for architecture arm64? [duplicate]
An older Flutter project compiles without issues in Xcode 14, but encounters errors in Xcode 15.
The error is:
❌ Undefined symbols for architecture arm64
Symbol: OBJC_CLASS$_AutoOrientationPlugin
...
0
votes
0
answers
83
views
Swift Package Manager - Warning while trying to access assets
It's the first time I'm creating an SPM Package and I have an error I could not resolve... This is my Package Struct:
And this is my Package.swift:
let package = Package(
name: "MyCustomPackage&...
0
votes
0
answers
168
views
React Native iOS Build getting struck in XCode 15.4 in the building state
After I updated the xCode to the latest version and clicked on Archive to build my React Native iOS Application, the process got struck in building state :
AppName > Any iOS Device (arm64) ...
0
votes
0
answers
101
views
DeviceSupport directory XCode 14.2 (iOS 17+)
Could someone please provide the Xcode iOS DeviceSupport files for iOS 17+ (especially 17.5)? I have Xcode 14.2 and can't update to 15+ because I have a MacBook Pro 2015. All the solutions I found ...
0
votes
1
answer
225
views
Command PhaseScriptExecution failed with a nonzero exit code in FBReactNativeSpec on Xcode 15.4
I'm encountering an issue while trying to run/build my React Native project in Xcode 15.4. The error occurs in the FBReactNativeSpec and the build fails with the following message:
Command ...
0
votes
1
answer
151
views
How to get snippets using Xcode Trailing Closure Syntax instead of parameters?
I've seen other posts in reddit and StackOverflow asking for the same, and accepted answers claim that pressing enter gets the job done, but I don't seem to get it working?
Xcode: Version 15.4 (15F31d)...
0
votes
0
answers
87
views
Accessibility setup in Xcode 15
I'm trying to build a macOS Swift app that retrieves UI elements from another app using accessibility. I'm having permission issue despite checking 'AppleEvents' in Hardened Runtime. I also added '...