Questions tagged [xcode11]

This tag should only be used for questions specific to the usage and features of Xcode 11. 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.

Xcode 11 is year 2019 version of Apple's IDE. Made available in beta at the start of WWDC 2019 on June 3, 2019. This provides support for iOS 13, macOS 10.15, watchOS 6, and tvOS 13.

Xcode 11 supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11 requires a Mac running macOS 10.14.3 or later.

1314 questions
67
votes
3 answers

crash_info_entry_0: CoreUI: deallocating _CUIInternalLinkRendition ... Assets.car

When inspecting a crash with Firebase Crashlytics, I noticed the following line in the Keys section: CoreUI: deallocating _CUIInternalLinkRendition 7113…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
66
votes
24 answers

Can't submit apps to AppStore: ERROR ITMS-90534: "Invalid Toolchain

ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds." ERROR ITMS-90534:…
Pramod
  • 787
  • 1
  • 7
  • 16
65
votes
2 answers

Is there an iPhone SE simulator for Xcode 11, iOS 13?

I'm running Xcode 11.0 on macOS Mojave (10.14.6) and though the iPhone SE is officially supported on iOS 13, it doesn't appear in the list of simulators. It can't be added nor downloaded, as far as I can see. Any ideas?
Dylan
  • 2,315
  • 2
  • 20
  • 33
64
votes
12 answers

Keyboard gets stuck in ios 13 simulator

I have been trying to make my project work with the new Xcode 11. Everything works smoothly, except on several occasions when I run my app on the simulator (iPhone 11 Pro Max), the app freezes after I click on EditTexts. This happens after a few…
Panks
  • 651
  • 1
  • 5
  • 5
59
votes
1 answer

Can't update Xcode 11

Trying to update from Xcode 11 GM to 11.1 always fail. I tried moving /Applications/Xcode.app first... nothing works This is my commerce log: 2019-10-08 12:29:08+01 leviathan installd[556]: PackageKit: Install Failed: Error…
Mycroft Canner
  • 1,828
  • 1
  • 11
  • 24
57
votes
7 answers

How to Git Blame/Authors a previous revision with Xcode 11?

With Xcode 10.2, I could select the "Authors" view, then select a previous git revision to blame from the bottom picker: But with Xcode 11 beta, when I select the "Authors" view, I'm unable to select a past revision to blame because the picker is…
Cœur
  • 37,241
  • 25
  • 195
  • 267
54
votes
17 answers

Cannot run application on simulator after installing Xcode 11 - CFBundleVersion error

Yesterday, I've downloaded beta version of Xcode 11. After that, I've opened my project and tried to run with new Xcode. Unfortunately error has occurred with message: Failed to install the requested application Domain: NSPOSIXErrorDomain Code:…
Piotr Sękara
  • 710
  • 1
  • 5
  • 8
52
votes
9 answers

Why does my SwiftUI app crash when navigating backwards after placing a `NavigationLink` inside of a `navigationBarItems` in a `NavigationView`?

EDIT: This has been fixed in iOS 13.3! Minimal reproducible example (Xcode 11.2 beta, this works in Xcode 11.1): struct Parent: View { var body: some View { NavigationView { Text("Hello World") …
Robert
  • 981
  • 1
  • 15
  • 24
52
votes
5 answers

Xcode Clipboard: Copy & Paste stuck

I've just updated to Xcode 9.4.1 and experienced an issue with the clipboard being cleared randomly. So I select a text, hit CMD+C, then go to the position I want to paste it, hit CMD+V, but either it plays the system alert sound and doesn't paste…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
51
votes
12 answers

How to read current app version in Xcode 11 with script

Until Xcode 11, I used a script that reads the current app version (for the AppStore) and help me change the LaunchScreen since we can't use swift for…
Mojtaba Hosseini
  • 95,414
  • 31
  • 268
  • 278
51
votes
5 answers

How to upload to App Store from command line with Xcode 11?

Previously, with Xcode 10, we were using altool to upload to App Store: ALTOOL="/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool" "$ALTOOL" --upload-app --file…
Cœur
  • 37,241
  • 25
  • 195
  • 267
50
votes
3 answers

What is the Xcode "Background Processing" Background Mode?

In Xcode 11, there is a new Background Mode, "Background Processing". I cannot find any information on what this new Background Mode does. Are there any resources with that information? This mode can somehow effect application that is using…
phnmnn
  • 12,813
  • 11
  • 47
  • 64
49
votes
16 answers

How to fix "IPA processing failed" error in xcode 11?

When I tried to create IPA file using Distribute APP option. It gave "IPA processing failed" error. I have checked logs file: IDEDistribution.standard.log file. 2019-08-06 18:36:52 +0000 warning: Configuration issue: platform …
R.B Niranjan
  • 628
  • 1
  • 7
  • 12
49
votes
3 answers

How can I preview a device in landscape mode in SwiftUI?

How can I preview a device in landscape mode in SwiftUI? I just have a simple preview like this: struct ContentView_Previews : PreviewProvider { static var previews: some View { ContentView() } }
Felipe Peña
  • 2,712
  • 4
  • 22
  • 41
47
votes
19 answers

Xcode Canvas for SwiftUI previews does not show up

I´m trying to get the new Canvas feature from Xcode 11 running, but the Canvas won´t show up. What am I doing wrong? This new Xcode feature should show a live preview of my SwiftUI views without running the app. When you create a custom View with…
stk
  • 6,311
  • 11
  • 42
  • 58
1
2
3
87 88