英文:
EAS build (cloud not local): SDK version issue - This app was built with the iOS 15.5 SDK
问题
我正在构建一个 React Native 应用程序,其中使用云中的 eas 构建。
应用程序使用:
- Expo 46.0.17
- React-Native 0.69.6
我收到了来自 Apple 的警告,说我没有针对 iOS 16.1 进行目标设定。
ITMS-90725: SDK 版本问题 - 此应用程序是使用 iOS 15.5 SDK 构建的。从 2023 年 4 月 25 日开始,所有提交到 App Store 的 iOS 和 iPadOS 应用必须使用 iOS 16.1 SDK 或更高版本进行构建,包含在 Xcode 14.1 或更高版本中。
我查了 expo.dev,它正在使用 Xcode 13.4 来构建该应用。
我该如何配置 EAS,以至少使用 Xcode 14.1?
英文:
I'm building a React-native application with eas build in the cloud.
The app uses
- Expo 46.0.17
- React-Native 0.69.6
And I get a warning from Apple saying I don't target iOS 16.1
ITMS-90725: SDK version issue - This app was built with the iOS 15.5 SDK. Starting April 25, 2023, all iOS and iPadOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.
I checked expo.dev and it's using Xcode 13.4 to build the app.
How can I configure EAS to use at least Xcode 14.1?
答案1
得分: 1
升级到 Expo 47 可以与 Xcode 14.1 一起进行 EAS 构建。
英文:
Updating to expo 47 makes EAS build with Xcode 14.1
答案2
得分: 0
尝试这个
expo update 48
希望这有所帮助。
英文:
Try this
expo update 48
Hope this helps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论