How to build with IOS 16.0 on recently installed XCode 14.1

I recently uploaded my react native ios app to Testflight but I got a warning email stating:

This app was built with the iOS 15.5 SDK. Starting April 25, 2023, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.

I was using XCode 13.1 so I decided to download XCode Version 14.1 (14B47b), when I open the huge list of simulators I only find my old XCode 13 simulators (IOS 15.0), I decided to check Preferences -> Platforms and it says IOS 16.0 is built-in...

https://i.imgur.com/jDw0mOx.png

My simulators list:

https://i.imgur.com/KFV5Dw6.png

So how can I BUILD and ARCHIVE my project with IOS 16.0 when I can't specifically select IOS 16.0?

Will it use 16.0 by default now that I'm using 14.1 instead?

Did you change your path to the new Xcode? sudo xcode-select -s pathToTheNewXcode

Also, you have to recompile using the new Xcode. It will use by default 16.X simulators, but you can chose whichever you want till Xcode allows it (I mean, a simulator with iOS 12 maybe it's not allowed)

How to build with IOS 16.0 on recently installed XCode 14.1
 
 
Q