Xcode 11.3 cannot set target for iOS 13.3, i.e. the option doesn't exist

3.1k Views Asked by At

I upgraded to Xcode 11.3 and Catalina 10.15.2 recently. The release note stated

Xcode 11.3 includes SDKs for iOS 13.3

However, the iOS 13.3 deployment target, as well as the simulator, doesn't exist.

Edit: The iOS 13.3 deployment target doesn't exist.

Is it a bug? Or a problem of my installation? Is there a workaround?

Edit: A Link to the apple developer forum Xcode 11.3: can't select deployment target 13.3 https://forums.developer.apple.com/thread/126948

Additional screenshot: Build settings Deployment Info

2

There are 2 best solutions below

3
On BEST ANSWER

I think you're right (even though I didn't believe it at first). When you look inside Xcode, the only SDK is iOS 13.2.

enter image description here

They didn't include the iOS 13.3 SDK even though the release notes claim that they did.

enter image description here

1
On

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.

-M