unsupported version g for target arm64 apple-ios9 0 in macOS 15.2

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

Answered by DTS Engineer in 820753022

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

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

unsupported version g for target arm64 apple-ios9 0 in macOS 15.2
 
 
Q