This tag should only be used for questions specific to the usage and features of Xcode 13. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].
Questions tagged [xcode13]
459 questions
1
vote
1 answer
How do I get the ScrollView to keep its position when the keyboard appears with iOS 15/Xcode 13?
I have a ScrollView with a TextField underneath, both in a VStack. How do I get the ScrollView to keep its position when the keyboard appears with iOS 15/Xcode 13? To be more precise, if I am at line 100 I would like the ScrollView to still show…

Flincorp
- 751
- 9
- 22
1
vote
0 answers
XCode 13 missing predefined text styles
Usually there are predefined text styles ( https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/typography/ ) available in storyboard-builder interface. After updating to XCode 13 I no longer have option to select a text…

Nephilim
- 29
- 5
1
vote
1 answer
Errors broke app after updating to Xcode 13
I'm working in SwiftUI App Lifecycle. I just updated Xcode and am getting a bunch of errors on an app that has been working fine on a slightly older version of Xcode...In AppKitOrUIKitViewControllerLifecycleEvent, I'm getting an error that says…

nickcoding2
- 142
- 1
- 8
- 34
1
vote
1 answer
Scenekit Xcode Template ( BoilerPlate) code crashes in runtime, Xcode 13, 2021
I have started to learn Scenekit, The starting template code in Xcode for Game app crashes during runtime on simulator.I have set deployment target as iOS 15. I have attached screenshots below,
The Folder layout is shown above.
Most tutorial shows…

Vivek
- 72
- 1
- 9
1
vote
1 answer
How can support iOS15 CarPlay from iOS12 app
I have an app that has car play feature and it supports ios12+.
Recently Apple releases iOS15 and old CarPlay is not working anymore. (looks like few apis became 'not working' status from 'deprecated' status.)
iOS15 CarPlay needs iOS13 style project…

WoffOVkee
- 435
- 3
- 16
1
vote
1 answer
Xcode "failed to get the task for process -1"
Since a few weeks I can't launch app on iOS from Xcode because of that error, and logs in details is:
Details
Could not launch “Wui”
Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: failed to get the task for process -1
User Info: {
…

Camille Maurel
- 101
- 8
1
vote
0 answers
React Native: IOS app crashing at splash screen after successful build on iPhone 11 (IOS 15.0)
Recently I have updated my Xcode and its developer tools to 13.0 from 12.5. When I ran react-native run-ios after upgrade, I get an error asking me to upgrade from Legacy Build System to New Build System.
After upgrading I ran react-native run-ios…

Pravesh Choudhary
- 93
- 1
- 1
- 11
1
vote
1 answer
Xcode 13 ('Product' is ambiguous)
I have updated XCode to 13.0. And build my app. Now it is showing error as following
//MARK:- UberRide
class UberRide: NSObject {
var rideImgUrl: URL
var rideName: String
var ridePrice: Double = 0.0
var rideTime: String
init(product: Product) {
…

Minkle Garg
- 723
- 3
- 9
- 35
1
vote
1 answer
Weird git diff log (exactly whitespace) in Xcode
Xcode13, macOS Monterey 12.0 (beta)
Hi, I have a weird whitespace error in the git diff log.
Happened in Xcode13 (or Monterey Beta), And never before.
Please see below two pictures.
first one: in My IDE
another one: in pull request
Has anyone…

lidium
- 53
- 6
1
vote
1 answer
Type metadata accessor for DeepLabV3Output XCode 13
After building with XCode 13 when app try to predict Image using DeepLabV3's processing APP crash.
The same code with Xcode 12 work correctly
Someone can help me?
thanks
enter image description here

Domenico Gonnelli
- 11
- 1
1
vote
2 answers
cocoa pods does not work on Mac OS Monterey
I have updated to Xcode 13.0 on the latest beta of macOS Monterey and since then cocoapods stop working. Whenever I try to run any pod command (pod init, pod install, pod --version) it gives me the following log
Traceback (most recent call last):
…

Mahmoud Adam
- 5,772
- 5
- 41
- 62
1
vote
1 answer
Unable to push TestFlight after updating to xcode 13
Hello Guys I am new here I having issue related to pushing test-flight someone said me to delete profile and manually create i have no idea how to do it

Asfand Yar Hafeez
- 21
- 5
1
vote
2 answers
Azure DevOps macOS image with Xcode 13 to build for iOS 15
I can't find an image in Azure DevOps support macOS builds with Xcode 13.
Does anyone know how where to find or how to add such an image in Azure DevOps?

RBZ
- 2,034
- 17
- 34
1
vote
1 answer
XCode 13 unable to remove code lines after deleting Derived data
I deleted Derived data of project and after that I can't remove any line of code in the project. The moment I delete any character in function, XCode 13 is duplicating that line as seen in the below image.
And I can't delete even a comment. The…

Deepak Sharma
- 5,577
- 7
- 55
- 131
1
vote
0 answers
Xcode 13 crashes unexpectedly on opening xcworkspace of my Obj-C project
I Had to update my app to IOS15 and to do that I had to test the code on ios15 simulator, I was on xcode 12.5 and MAC OS 11.2 (Big SUR) , So in order to update the Xcode to xcode13 I had to first update the Mac OS to 11.3 or later. So I updated the…

SaadurRehman
- 622
- 8
- 20