<!--
{
  "documentType" : "article",
  "framework" : "macOS Release Notes",
  "identifier" : "/documentation/macOS-Release-Notes/macos-big-sur-11_3-release-notes",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "macOS Big Sur 11.3 Release Notes"
}
-->

# macOS Big Sur 11.3 Release Notes

Update your apps to use new features, and test your apps against API changes.

## Overview

The macOS 11.3 SDK provides support to develop apps for Macs running macOS Big Sur 11.3. The SDK comes bundled with Xcode 12.5, available from the Mac App Store. For information on the compatibility requirements for Xcode 12.5, see <doc://com.apple.documentation/documentation/Xcode-Release-Notes/xcode-12_5-release-notes>.

### General

#### Deprecations

- Support for the Developer Transition Kit is no longer available as of macOS Big Sur 11.3.

### Accessibility

#### New Features

- Many SF Symbols now have default accessibility labels. (70305995)

### Combine

#### Resolved Issues

- Using <doc://com.apple.documentation/documentation/Combine/Published> in a subclass of a type conforming to <doc://com.apple.documentation/documentation/Combine/ObservableObject> now correctly publishes changes. (71816443)

### SwiftUI

#### New Features

- Added <doc://com.apple.documentation/documentation/SwiftUI/TitleAndIconLabelStyle>, a new style for <doc://com.apple.documentation/documentation/SwiftUI/Label> views that shows both the title and icon of the label using a system-standard layout. In most cases, labels show both title and icon by default. However, some containers might apply a different default label style to their content, such as only showing icons within toolbars on macOS and iOS. To opt in to showing both the title and the icon, apply the title and icon label style: `Label("Lightning", systemImage: "bolt.fill").labelStyle(TitleAndIconLabelStyle())`. (64646578)
- Types conforming to any style protocol, such as <doc://com.apple.documentation/documentation/SwiftUI/ButtonStyle> or <doc://com.apple.documentation/documentation/SwiftUI/ToggleStyle>, are now enforced to be value types. Styles must be structures or enumerations, not classes, and conforming a class to a style protocol may trigger an assertion. This is the same restriction that the system has always enforced on types conforming to <doc://com.apple.documentation/documentation/SwiftUI/View>. (62886135)

#### Resolved Issues

- A custom <doc://com.apple.documentation/documentation/SwiftUI/CommandMenu> in an app built against an SDK prior to macOS 11.3 now appears correctly when run on macOS 11.3. (74721633)
- Labels for some controls in a customizable toolbar now show as expected in Icon and Text display mode. (73911090)
- The outline for a <doc://com.apple.documentation/documentation/SwiftUI/List> now updates correctly when its data collection changes to or from an empty value. (71264665)
- <doc://com.apple.documentation/documentation/SwiftUI/FocusedValue> and <doc://com.apple.documentation/documentation/SwiftUI/FocusedBinding> now reflect the first published value the system encounters in a leading-to-trailing traversal of the active window’s view hierarchy. This allows focused values published at the root of your view tree with `focusedValue(_:_:)` to be visible by default when there’s no focused view hierarchy from which the systems can read a more contextually-specific value. (59321659)
- <doc://com.apple.documentation/documentation/SwiftUI/NSViewRepresentable> fonts are no longer overridden based on the <doc://com.apple.documentation/documentation/SwiftUI/EnvironmentValues/controlSize> of the system environment for apps built with the macOS 11.3 SDK. (72098357)
- Setting `preferredColorScheme(_:)` to `nil` now correctly resets to the system’s preferred color scheme. (67000774)
- <doc://com.apple.documentation/documentation/SwiftUI/DocumentGroup> apps now show an Open panel on launch, even when iCloud isn’t in use. (66446310)
- <doc://com.apple.documentation/documentation/UIKit/UIStepper> controls in Optimized for Mac Catalyst apps now look and function as expected. (69932695)
- Constraints on sheet content using a <doc://com.apple.documentation/documentation/SwiftUI/View/frame(width:height:alignment:)> modifier are no longer lost if the content had a <doc://com.apple.documentation/documentation/SwiftUI/CommandGroupPlacement/toolbar> applied. (70145815)
- There’s no longer default spacing between sheet content and its associated <doc://com.apple.documentation/documentation/SwiftUI/ToolbarItem> elements. Explicit padding should be added if required. (70146121)
- <doc://com.apple.documentation/documentation/SwiftUI/GroupBox> background colors now resolve correctly in apps built with Mac Catalyst. (70751748)
- A <doc://com.apple.documentation/documentation/SwiftUI/List> now updates as expected when its <doc://com.apple.documentation/documentation/SwiftUI/OutlineGroup> data changes between being flat or empty and having hierarchy. (71354760)
- Dismissing a sheet no longer causes the window to close unexpectedly. (71541062)
- Dynamic properties such as <doc://com.apple.documentation/documentation/SwiftUI/State>, <doc://com.apple.documentation/documentation/SwiftUI/Environment>, and others now work correctly in <doc://com.apple.documentation/documentation/SwiftUI/ButtonStyle> instances. (62886135)
- <doc://com.apple.documentation/documentation/SwiftUI/AppStorage> property wrappers now work as expected when contained inside an <doc://com.apple.documentation/documentation/Combine/ObservableObject>, causing the system to emit the `objectWillChange` publisher. (65562845)
- <doc://com.apple.documentation/documentation/SwiftUI/ProgressView> instances that the system initializes with a <doc://com.apple.documentation/documentation/Foundation/Progress> object now correctly track updates to the `Progress` object from background threads, and no longer issue a “not allowed” console warning. (69999449)
- Using <doc://com.apple.documentation/documentation/SwiftUI/ScrollViewProxy/scrollTo(_:anchor:)> without specifying an anchor now scrolls the <doc://com.apple.documentation/documentation/SwiftUI/List> the minimum amount to make it visible. (70184639)

### Xcode

#### Deprecations

- Don’t use the iOS <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/MinimumOSVersion> information property list key to declare the minimum release of macOS in which your app runs. Use <doc://com.apple.documentation/documentation/BundleResources/Information-Property-List/LSMinimumSystemVersion> instead. (73890473)
  - Future releases of macOS ignore the `MinimumOSVersion` key in Mac apps, including apps built with Mac Catalyst.
  - Future releases of macOS use the `LSMinimumSystemVersion` key in iOS apps built with Xcode 12.5 or later. If an iOS app doesn’t include an `LSMinimumSystemVersion` key, future releases of macOS compare the app’s `MinimumOSVersion` with the version of its Mac Catalyst runtime to determine compatibility.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)