cupertino-docs/docs/xcode-release-notes/documentation_xcode-release-notes_xcode-11_5-release-notes.json

74 lines
9.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"abstract" : "Update your apps to use new features, and test your apps against API changes.",
"codeExamples" : [
],
"contentHash" : "235dcb19e47d0cdede2313260cb713a19bf68ce75b969344236b0fba4322a78a",
"crawledAt" : "2025-12-02T17:09:07Z",
"id" : "C3C61899-ABEE-46D7-82C1-49031AB7C2B0",
"kind" : "article",
"language" : "swift",
"overview" : "## Overview\n\nXcode 11.5 is available in the Mac App Store and includes SDKs for iOS 13.5, iPadOS 13.5, tvOS 13.4, watchOS 6.2, and macOS Catalina 10.15.4. The Xcode 11.5 release supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11.5 requires a Mac running macOS Catalina 10.15.2 or later.\n\n### Apple Clang Compiler\n\n#### Resolved Issues\n\n### Asset Catalog\n\n#### Known Issues\n\n#### Resolved Issues\n\n### Debugging\n\n#### Resolved Issues\n\n### Interface Builder\n\n#### Resolved Issues\n\n### Localization\n\n#### Resolved Issues\n\n### Playgrounds\n\n#### Resolved Issues\n\n### Signing and Distribution\n\n#### Known Issues\n\n#### Resolved Issues\n\n### Simulator\n\n#### Resolved Issues\n\n### Swift\n\n#### Resolved Issues",
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_5-release-notes\ncrawled: 2025-12-02T17:09:07Z\n---\n\n# Xcode 11.5 Release Notes\n\n**Article**\n\nUpdate your apps to use new features, and test your apps against API changes.\n\n## Overview\n\nXcode 11.5 is available in the Mac App Store and includes SDKs for iOS 13.5, iPadOS 13.5, tvOS 13.4, watchOS 6.2, and macOS Catalina 10.15.4. The Xcode 11.5 release supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11.5 requires a Mac running macOS Catalina 10.15.2 or later.\n\n### Apple Clang Compiler\n\n#### Resolved Issues\n\n- Fixed an issue with incorrect code generation when targeting armv7 devices. (61901594)\n\n### Asset Catalog\n\n#### Known Issues\n\n- watchOS and tvOS apps with asset catalogs built with Xcode 11.4 or later may experience slower image-loading performance on devices running on watchOS 6.1 or earlier, or when in Dark Mode on tvOS 13.3 or earlier. (62328605\n\n**Workaround**: Add a symbol glyph to the apps asset catalog.\n\n#### Resolved Issues\n\n- Restored image-loading performance for apps in Dark Mode on devices running iOS 13.3 or earlier. (61200701) (FB7648891)\n\n### Debugging\n\n#### Resolved Issues\n\n- Symbol names are no longer printed in stack frames in the console by default, as this combination can result in deadlocks when running Thread Sanitizer on simulated devices.\n\nFor schemes that dont have the option to gather code coverage enabled, you can re-enable symbol names and source locations by adding a `TSAN_OPTIONS` environment variable with the value `symbolize=1` in the scheme editor. (61840387)\n\n### Interface Builder\n\n#### Resolved Issues\n\n- Fixed a crash that could occur with connect-to-source when Control-dragging an object over a class with an `@end` keyword that shares a line with the previous item. (61957256)\n\n### Localization\n\n#### Resolved Issues\n\n- `genstrings` continues to look for additional instances of a localization token, such as “Text”, after finding it as part of an identifier. (61903372)\n- When performing string extraction, `genstrings` only interprets SwiftUI constructs within Swift files. (60440513, 61903448)\n\n### Playgrounds\n\n#### Resolved Issues\n\n- Restored disclosure triangles for revealing the contents of playground books in Xcodes project navigator. (61902475)\n\n### Signing and Distribution\n\n#### Known Issues\n\n- In a Mac app or an app built with Mac Catalyst, Xcode sometimes does not require a provisioning profile or include the Game Center entitlement. As a result, your app may fail to communicate with Game Center services at runtime. (62903631)\n\n**Workaround**: Add the following entitlement to your apps entitlements plist:\n\n```text\n<key>com.apple.developer.game-center<\/key>\n<true\/>\n```\n\n#### Resolved Issues\n\n- Fixed an issue that prevented automatic signing from making changes if the app IDs used a seed prefix and not a team ID prefix. (59672760) (FB7593038)\n\n### Simulator\n\n#### Resolved Issues\n\n- Fixed some issues where Xcode would sometimes fail to run an app in a simulated device, with an error “Timed out waiting for Simulator.app to become ready”. (57050823, 62542482) (FB7437899)\n- Fixed a crash that could occur when invoking Siri in a simulated device. (62333338)\n\n### Swift\n\n#### Resolved Issues\n\n- Fixed a crash that could occur when using an opaque result type whose underlying type was not public. (60951353, 61902210) (FB7641416)\n- Fixed a crash that occurred when declaring a property with an attached property wrapper that had the same name as another property in the same scope. (61902377)\n\n## Xcode 11\n\n- **Xcode 11.7 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.6 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.4.1 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.4 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.3.1 Release Notes**: Update your apps to use new features, and test your apps against API changes\n- **Xcode 11.3 Release Notes**: Update your apps to use new features, and test your apps against API changes\n- **Xcode 11.2.1 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.2 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11.1 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n- **Xcode 11 Release Notes**: Update your apps to use new features, and test your apps against API changes.\n\n",
"sections" : [
{
"content" : "",
"items" : [
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.7 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_7-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.6 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_6-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.4.1 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_4_1-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.4 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_4-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes",
"name" : "Xcode 11.3.1 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_3_1-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes",
"name" : "Xcode 11.3 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_3-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.2.1 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_2_1-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.2 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_2-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11.1 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_1-release-notes"
},
{
"description" : "Update your apps to use new features, and test your apps against API changes.",
"name" : "Xcode 11 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11-release-notes"
}
],
"title" : "Xcode 11"
}
],
"source" : "appleJSON",
"title" : "Xcode 11.5 Release Notes",
"url" : "https:\/\/developer.apple.com\/documentation\/Xcode-Release-Notes\/xcode-11_5-release-notes"
}