uni-app SDK version issue. This app was built with
uni-app SDK version issue. This app was built with
信息类别 | 详细信息 |
---|---|
产品分类 | uniapp/App |
PC开发环境 | Windows |
PC开发环境版本号 | win10 |
HBuilderX类型 | 正式 |
HBuilderX版本号 | 3.99 |
手机系统 | Android |
手机系统版本号 | Android 14 |
手机厂商 | 华为 |
手机机型 | IQ11 |
页面类型 | vue |
vue版本 | vue2 |
打包方式 | 云端 |
项目创建方式 | HBuilderX |
操作步骤:
- iOS提交
预期结果:
- 验证通过
实际结果:
- SDK version issue. This app was built with the iOS 16.4 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
bug描述:
- SDK version issue. This app was built with the iOS 16.4 SDK. Starting April 29, 2024, all iOS and iPadOS apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
2 回复
这只是提示,可以忽略,不影响上架。打包机会在规定时间内更新SDK。
It seems like your message got cut off. However, I can help you address issues related to the Uni-app SDK version. Here are some common scenarios and solutions:
1. Uni-app SDK Version Mismatch
-
Issue: Your app was built with a specific version of the Uni-app SDK, but you’re encountering issues when running it on a device or emulator with a different SDK version.
-
Solution: Ensure that the SDK version used to build the app matches the version supported by your target platform. You can specify the SDK version in your
manifest.json
file or project configuration.{ "app-plus": { "sdkVersion": "3.0.0" // Specify the SDK version here } }