错误 ITMS-90475:RAD Studio 捆绑包无效

发布于 2025-01-11 06:33:06 字数 736 浏览 0 评论 0原文

我使用 RAD Studio 创建了一个应用程序。 我正在尝试将其发布到 App Store。 当我尝试使用 Transporter 应用程序上传它时,我验证了包并收到以下错误:

错误 ITMS-90475:捆绑包无效。支持多任务处理的应用程序 iPad 必须使用 Xcode Storyboard 提供应用程序的启动屏幕, 或者如果应用程序的MinimumOSVersion为14或更高,则使用UILaunchScreen。 验证 UILaunchStoryboardName 密钥是否包含在您的 如果您使用故事板,则为 it.xxx.yyy 捆绑包。为了 详情请参见: https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname

我发现一些解决方案,但使用 Xcode 或 Xamarin。我该如何在 RAD Studio 中处理它?我尝试了很多方法,但我刚刚遇到 *.info.plist 文件的解析错误。

I created an app with RAD Studio.
I'm trying to publish it to the App Store.
When I try to upload it with Transporter application I verify the package and I obtain following error:

ERROR ITMS-90475: Invalid bundle. Apps that support Multitasking on
iPad must provide the app’s launch screen using an Xcode storyboard,
or using UILaunchScreen if the app’s MinimumOSVersion is 14 or higher.
Verify that the UILaunchStoryboardName key is included in your
it.xxx.yyy bundle if you’re using a storyboard. For
details, see:
https://developer.apple.com/documentation/bundleresources/information_property_list/uilaunchstoryboardname

I found some solutions for this, but using Xcode or Xamarin. How can I deal with it in RAD Studio? I tried many ways but I just got parsing errors for the *.info.plist file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

停顿的约定 2025-01-18 06:33:06

我解决了直接使用 Xcode 从头开始​​创建应用程序的问题,无需 RAD Studio,因为我的应用程序非常简单。

I solved my problem creating my app from scratch directly with Xcode, without RAD Studio, as my app was very simple.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文