UPDATE: 9/20/19
Xcode 11 is now available in the Mac App Store. What’s new ? > mrmacintosh.com/xcode-11-11a420a-is-now-available-in-the-mac-app-store-whats-new/
Today Apple released Xcode 11 GM Seed 2 to Developers.
The Xcode 11 GM Seed 2 was released today. Usually GM or Gold Master means that this Build Version is the final shipping version. In this case a 2nd GM Seed was released.
This article is meant to save you time going through the notes to find what is new and what is still leftover from the last beta. I went through both Xcode 11 GM (11A419c) and Xcode 11 GM Seed 2 (11A420a) release notes to find all the changes. I also included the entire patch notes list as an archive. When Apple releases new patch notes the previous patch notes are overwritten and taken down.
Summary of New Xcode 11 GM Seed 2 Patch Notes
- 0 New Features
- 2 New Resolved issues
- 2 New Known Issues
- 0 New Deprecations
A Full List of changes is listed below, along with the full patch notes list.
Link to Apple’s Xcode 11 Developer Documentation
https://developer.apple.com/documentation/xcode_release_notes
Xcode 11 Beta 7 GM Seed #1 Patch Notes Changes – mrmacintosh.com/whats-new-in-xcode-11-gm-gold-master-11a419c/
Xcode 11 Beta 7 Patch Notes Changes – mrmacintosh.com/whats-new-in-xcode-11-beta-7-11m392r/
How to Download Xcode 11 Beta
- Sign up as an Apple Developer (Yearly $100)
- Contact your Apple SE to join AppleSeed for IT
Xcode 11 Patch Notes Changes
New Features
None
New Resolved issues
Asset Catalog – Fixed an Asset Catalog bug that prevented named colors from being found at runtime when running on iOS 11. (54325712)
Build System – By default, Xcode’s new build system doesn’t detect changes in directories declared as inputs to shell script build phases. Enabling the build setting USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES causes it to do so. However, if any of the files inside such a directory are generated by a task that depends on the output of the script phase, then a dependency cycle error is emitted and must be resolved by restructuring the target. (41126633)
New Known Issues
Asset Catalog – When an asset is localized in the asset catalog, another localized resource must exist in the corresponding lproj directory for the app to use that language at runtime. An empty strings file can serve this purpose. (49565973)
Simulator – CarPlay does not work in iOS 13 simulators. (54492162)
New Deprecations
None