View on GitHub

XcodeRN

History of Xcode Beta Release Notes

Xcode 12.4 RC Release Notes

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

Overview

Xcode 12.4 RC includes SDKs for iOS 14.4, iPadOS 14.4, tvOS 14.3, watchOS 7.2, and macOS Big Sur 11.1. The Xcode 12.4 Release Candidate supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 12.4 RC requires a Mac with Apple silicon running macOS Big Sur 11 or later, or an Intel-based Mac running macOS Catalina 10.15.4 or later.

Debugging

Known Issues

You can force Xcode to freshly prepare a watch for development using these steps:

  1. Force-quit Xcode.

  2. Power-off and disconnect all iOS device from the Mac.

  3. Reboot the Mac.

  4. Launch Xcode, close all projects, and open the Devices and Simulators window.

  5. Power-on and unlock an iOS device and its companion watchOS devices by entering the passcode as required.

  6. Plug the iOS device into the Mac using USB cable.

  7. Check each iOS device and each watch for any pairing request and approve the requests.

  8. Monitor the status of device preparation in the Devices and Simulators window. If Xcode presents device-preparation errors, follow the guidance in the error message to resolve the error.

Once Xcode finishes preparing the iOS device and its companion watches for development, repeat steps 5 through 8 for each remaining iOS device and its companion watches until you verify that Xcode has prepared all devices for development. You may now open your Xcode projects and resume development.

Sanitizers

Resolved Issues

Simulator

Resolved Issues

Swift Packages

Known Issues