Recently my Mac OS is updated to 15.2 and Xcode and it's tools are updated.I'm working on my react native project to create build using Xcode but I'm getting this error. Anyone please help
iOS 9 deployment targets haven't been supported for some years now, so you need to raise that to something more recent in your project. Please see the Xcode support page to see the range of supported deployment targets. As of Xcode 16, that minimum is iOS 13, though you can choose something more recent as well.
—Ed Ford, DTS Engineer