Xcode 11.3: can't select deployment target 13.3

Today I updated Xcode to version 11.3 to build my app for iOS 13.3. I opened my project but couldn't find the iOS deployment target 13.3 when opening the project file. Neither dropdowns in the "Project" or "Target section" show it (options are between iOS 8.0 - iOS 13.2).


I updated macOS to the latest version, restarted, re-installed Xcode (deleted from Applications folder, installed through App Store), restarted again - still no value for build iOS 13.3?


When I manually change the version string in the project file, I obviously run into build issues:
"The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 13.3, but the range of supported deployment target versions is 8.0 to 13.2.99."

Details:

- Xcode 11.3 (11C29)

- macOS Catalina 10.15.2

Not worked for me.

If you are on Catalina download Xcode Beta11.4, it supports 13.3.1


If you are on Mojave you will not be able to install Xcode Beta11.4 but there's still a way.

You can extract the DeviceSupport + SDK files from Beta11.4 copy them in Xcode 11.3

Do not forget the SDK files, without it it didn't work for me.


Happy coding,

-M

Xcode 11.3: can't select deployment target 13.3
 
 
Q