XCode 14.2 add MacOS 12. How?

Hello all!

Trying to work with 3d part package that using MacOS 12. In XCode 14.2 unable to find any option to add MacOS 12. Is there any way to do it? In XCode 14.2 for me available only MacOS 13.1.

Replies

My XCode is 14.2

There are no options to install it by pressing "+" button

You don't need to install the macOS 12 SDK to use the package. The package will work with the macOS 13 SDK that ships with Xcode 14.

The macOS(.v12) listing you showed means the package requires macOS 12 or higher. The package won't run on macOS 11, but it will run on macOS 13.

I think what you're looking for is the "macOS deployment target" build setting. In Xcode 14.3, the deployment target can be set as far back as 10.13. Don't worry about the "platform" setting.