SDK version issue. This app was built with the iOS 17.2 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
这个错误表明从2025年4月24日起,所有 iOS 和 iPadOS 应用必须使用 iOS 18 SDK 或更新版本进行构建,否则无法上传到 App Store Connect 或分发。
如何解决这个问题
- 更新 Xcode,下载并安装 Xcode 16 或更新版本(支持 iOS 18 SDK)
- 选择你的项目,进入 Build Settings -> iOS Deployment Target 选择 iOS18进行构建
