Minimum deployments XCODE 14.0.1 (14A400)

hello,

Im struggling with the Minimum deployments section in Xcode 14 for the Target of my iOS and Mac Catalyst app.

Its a bit different from what I'm used, previously I could look at the values in a drop down box. That values I would like to set are iOS 12.4 and MacOS 11.0.

What is macOS 14.2 ? it that a catalyst number, What macOS is that?

Nevermind I found this -

macCatalyst 13.0 = macOS 10.15 macCatalyst 13.4 = macOS 10.15.4 macCatalyst 14.0 = macOS 11.0 macCatalyst 14.7 = macOS 11.6 macCatalyst 15.0 = macOS 12.0 macCatalyst 15.3 = macOS 12.2 and 12.2.1 macCatalyst 15.4 = macOS 12.3 macCatalyst 15.5 = macOS 12.4 macCatalyst 15.6 = macOS 12.5

How do I delete a question?

Replies

This post may be helpful: https://stackoverflow.com/questions/63581114/mac-catalyst-version

Think Mac Catalyst version as iOS version. https://developer.apple.com/support/xcode/ gives the deployment target version range for both iOS and macOS. You can map the Mac Catalyst versions back to macOS, or simply use the iOS version counterpart as a guesstimate.