Xcode 11 New Features
New Features General Xcode 11 beta supports development with SwiftUI, available when running on macOS 10.15 beta. Xcode supports uploading apps from the Organizer window or from the command line with xcodebuild or xcrun altool . Application Loader is no longer included with Xcode. LaunchServices on macOS now respects the selected Xcode when launching Instruments, Simulator, and other developer tools embedded within Xcode. Apple Clang Compiler: Deprecation warnings will be issued when standard library facilities that were deprecated in the active Standard version are used. Asset Catalog Assets can now be cut, copied, pasted, and duplicated using the menu or keyboard shortcuts. Build System Xcode removes some entries from the Info.plist file of a product at build time if the entries are not appropriate for the platform being built for, which is useful for targets which are configured to build for multiple platforms. This behavior can be disabled by settin