Questions tagged [xcode13.3.1]
12 questions
30
votes
5 answers
Xcode(version 13.3.1) doesn’t support iOS 15.6
I updated my iPhone to iOS 15.6 yesterday and I wanted to build in Xcode (version 13.3.1). But in Xcode it is showing 'iPhone (unsupported OS version)'.
The Xcode release notes are not showing this version supports.
https://xcodereleases.com

Saurabh Sharma
- 1,671
- 2
- 13
- 16
2
votes
0 answers
Xamarin iOS: actool returning code 72 (Visual Studio 2022 Preview 17.3.0)
After upgrading Xcode from 13.1 to 13.3.1 (including command line tools) on my Mac Mini build machine, I'm getting this:
2> Ausführung des Tools "/usr/bin/xcrun" abgeschlossen (Exitcode = 72).
2>
2> 2022-05-16 15:37:26.832…

thomiel
- 2,467
- 22
- 37
1
vote
1 answer
Why I can't select iOS 12.5.X as minimum iOS version on Xcode 13.3.1?
I was asked by my team to bump the deployment target of our project to iOS 12.5.5, but on Xcode 13.3.1 I wasn't able to find the given version or any between 12.4 and 13.0 (like the image shows), why these versions (12.5.X) are not an available…

GHPaciulli
- 75
- 1
- 6
1
vote
1 answer
See FPS gauge on Xcode 13.3.1
How can I enable the FPS gauge on Xcode 13.3.1.
Inside debug navigation I only see
CPU
Memory
Disk
Network
I know that in previous versions of Xcode there was FPS option...
I am running the Universel app with SwiftUI. (Try both mac and iPad…

Marko Zadravec
- 8,298
- 10
- 55
- 97
1
vote
1 answer
Sharing Xcode Project Manually and Data Security
I need to share my Xcode project manually with a customer support representative through email. My concern is that I do not know if my project contains any sensitive information that no third party should see.
My credentials and provisioning profile…

Gergely Kovacs
- 1,045
- 2
- 10
- 28
1
vote
2 answers
Account temporarily unavailable due to bad or missing auth token
I got this message "Account temporarily unavailable due to bad or missing auth token" when I try to save to privateDatabase in CloudKit, using the CKDatabase.save(record:completionHandler).
It looks like the error that was posted about here on…

daniel
- 1,446
- 3
- 29
- 65
0
votes
1 answer
ITMS-90725: SDK Version Issue with Xcode 13.4.1
ITMS-90725: SDK Version Issue - This app was built with the iOS 16.0 SDK. Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.

Saurabh Sharma
- 1,671
- 2
- 13
- 16
0
votes
0 answers
'NTLM' authentication is not supported (-1) Xcode 13.3
After upgrading to Xcode 13.3+ i started receiving an error when pushing my code to git in TFS as the below meaning that my credentials are rejected:
'NTLM' authentication is not supported (-1) Xcode
I asked the question on Apple Developer Forums,…

AaoIi
- 8,288
- 6
- 45
- 87
0
votes
1 answer
How does one properly test within the sandbox for apple in-app purchases?
I have a brand new app, has not been published yet. I added an in-app purchase to the code, went through the process of adding the product to the app in "app store connect", and added a sandbox user there as well.
To test, I plug in my phone to the…

Jack
- 2,206
- 3
- 18
- 25
0
votes
1 answer
app crash on simulator Xcode 13.3 Symbol not found: _OBJC_CLASS_$_ACAccountStore
My app works perfectly fine on device but not on simulator since the xcode and Mac OS update.
All the frameworks added to project show in red color and when I try to run the app it crash with following error.
dyld[1869]: Symbol not found:…

Farrah Batool
- 21
- 1
0
votes
1 answer
Not able to get stripe payment token in iOS Swift
I am implementing stripe paymentSDK and after implementing my code I am getting error in my console, here my code:
View Controller Class
func stripPayment(CVC:String){
// Initiate the card
let stripCard = STPCardParams()
if cardMM == ""…

Desh Raj Thakur
- 21
- 4
0
votes
1 answer
Xcode version 13.3.1: Update to recommended settings
I'm using the newest version of Xcode, version 13.3.1 (13E500a).
Xcode currently shows a yellow warning sign Update to recommended settings.
When I click on this I get the following:
What I'm wondering:
point: Why does Xcode want to update the…

David
- 2,898
- 3
- 21
- 57