Development Apple Xcode [Xcode] Building for iOS 15 Devices with Xcode 12

Overview

This post covers how to deploy builds to iOS 15 or iPadOS 15 devices using Xcode 12.

Steps

1. Download Xcode 13 Beta

Warning: If Xcode 13 has been officially released, simply download the release version.

2. Copy the 15.0 Folder from the Following Path

Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

3. Paste the Copied 15.0 Folder to the Following Path

Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

4. Reboot

Once all steps are complete, reboot your Mac.

Leave a comment