在开始一个新的 react-native 项目时,我是否必须按照 Apple 将我的部署目标更改为 iOS 14?

When starting a new react-native project do I have to change my Deployment Target to iOS 14 as per Apple?

在 Apple 开发者网站 https://developer.apple.com/ios/submit/ 上,它提到

Starting April 26, 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK.

这是否意味着我必须将我的 React-Native 项目中的部署目标更改为 iOS 14 才能在提交时被 Apple 接受?

iOS SDK 和部署目标在 XCode 中是两个不同的东西,降低 XCode 12 中的部署目标不会改变您正在使用 [=14] 的事实=] 14.

更改部署目标意味着您正在降低应用程序支持的最低 iOS 版本。