Top "Xcode11" questions

This tag should only be used for questions specific to the usage and features of Xcode 11.

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 …

xcode xcode11 macos-catalina xcode11.2 xcode11.1
Xcode 11 backward compatibility: "UIWindowScene is only available in iOS 13 or newer"

In Xcode 11, I created a new app project from the Single View App template. I want this app to run …

ios xcode xcode11
How to delete Swift Package Dependency in Xcode 11?

I have a project in Xcode 11 that I added Swift Package Manager dependencies to. I now realized that I no …

xcode swift-package-manager xcode11
How to fix "Scrollable Content Size Ambiguity" in Xcode 11 (iOS 12, iOS 13) using Auto Layout

When using Auto Layout, I am unable to set up a simple UIScrollView in my view controller in Xcode 11 beta. …

uiscrollview ios-autolayout xcode11
ios 13 - Custom SearchBar with UISearchBar _searchField not working

Before Xcode-11-Beta (ios13) below code for custom searchbar value for key to get textField working fine. Now getting below …

objective-c uisearchbar xcode11 ios13
Xcode 11 UILaunchImages has been deprecated, use launch storyboards instead Warning

I just downloaded Xcode 11 Beta 4 and when I want to build my Swift 4 project gives me: UILaunchImages has been deprecated, …

ios xcode11
Xcode 11: Canvas 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 …

ios swift swiftui xcode11
What does "invalid mode 'kCFRunLoopCommonModes' ..."mean?

Environment: Version 11.0 beta 3 (11M362v) Here's the full text: invalid mode 'kCFRunLoopCommonModes' provided to CFRunLoopRunSpecific - break on _CFRunLoopError_RunCalledWithInvalidMode …

uiswitch xcode11
SwiftUI - PresentationButton with modal that is full screen

I am trying to implement a button that presents another scene with a "Slide from Botton" animation. PresentationButton looked like …

swiftui xcode11
Xcode 10+: how to switch to legacy build system?

There seem to be some problems with the new build system in Xcode 10+. How do I switch to the old (…

xcode xcode10 xcode11 legacy-build-system