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?