tvOS max Deployment Target 11.3 in Xcode 11.5

The highest value in General -> Deployment Info -> Deployment Target pulldown in Xcode 11.5 on my system is 11.3.

However, default tvOS simulator is running 11.4. Also, creating a new tvOS project shows target 11.4, but greyed out.

Should I file a bug, or am I misunderstanding the situaiton (I've been away from Xcode for a while). Thanks.

Deployment is always smallest shoe size, min, never max. 'max deployment' is like saying maximum minimum...


'Deployment...' again, is the low end/minimum support value. The traditional Base SDK, aka maximum, is the highest supported OS version a given Xcode supports*. You should only be able to 'select' something lower than 13.4 in your example.


Together, they work like they've always done and provide a range of support for a given project.


*From the Xcode 11.5 blurb:

"Xcode 11.5 supports developing apps for iOS 13.5, iPadOS 13.5, tvOS 13.4, watchOS 6.2, and macOS Catalina 10.15.4"

tvOS max Deployment Target 11.3 in Xcode 11.5
 
 
Q