5

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

matt
  • 515,959
  • 87
  • 875
  • 1,141
zrfrank
  • 2,631
  • 1
  • 12
  • 18
  • I've checked both the system info>developer, and `$xcodebuild -showsdks`, they show iOS SKDs: and simulators only 13.2. On the other hand, my Xcode, Xcode commandline are exactly the latest, Simulator>device version show iOS 13.3. Is this a common? Or I should reinstall the Xcode? – zrfrank Dec 16 '19 at 03:00
  • I think you're right, it's wrong, it's not your installation. Apple omitted the 13.3 SDK. You can look inside Xcode itself to see this. – matt Dec 16 '19 at 03:33
  • It seems like, as per discussions in the developer forums, the 13.3 support file is still missing, despite the recent xcode update 11.3.1. In case anyone wondering. – zrfrank Jan 15 '20 at 10:31

2 Answers2

6

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

matt
  • 515,959
  • 87
  • 875
  • 1,141
  • Thanks! The next Xcode update would probably resolve this issue. I've almost just reinstalled the Xcode if not the macOS. – zrfrank Dec 16 '19 at 04:16
  • I don't think there's any point in reinstalling. Clearly this is what everyone is experiencing. :) – matt Dec 16 '19 at 04:38
  • So now what is the solution dude ios 13.3 is available in xcode 11.3.1 release?? – iOSDude Mar 04 '20 at 06:50
0

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

Haplo
  • 1
  • 1