错误 ITMS-90475:RAD Studio 捆绑包无效
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了直接使用 Xcode 从头开始创建应用程序的问题,无需 RAD Studio,因为我的应用程序非常简单。
I solved my problem creating my app from scratch directly with Xcode, without RAD Studio, as my app was very simple.