应用程序加载器:ERROR ITMS-90502 [英] Application Loader: ERROR ITMS-90502

查看:747
本文介绍了应用程序加载器:ERROR ITMS-90502的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试将新版本上传到TestFlight,但Application Loader会给我以下错误:

I am trying to upload a new build to TestFlight, but Application Loader gives me the following error:


错误ITMS-90502: 无效的捆绑包。仅包含arm64
切片的应用程序还必须在Info.plist中的
UIRequiredDeviceCapabilities列表中包含'arm64'。

ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist."

如果我按照建议将 arm64 添加到 UIRequiredDeviceCapabilities ,我会收到另一个错误:

If I add arm64 to UIRequiredDeviceCapabilities as suggested, I get another error:


错误ITMS-90098:此捆绑包无效。密钥
UIRequiredDeviceCapabilities包含值'arm64',即
与MinimumOSVersion值'8.0'不兼容。

ERROR ITMS-90098: "This bundle is invalid. The key UIRequiredDeviceCapabilities contains value 'arm64' which is incompatible with the MinimumOSVersion value of '8.0'."

我不确定导致此问题的原因以及为什么bundle只包含 arm64 架构。我检查了项目设置,它们似乎包含其他架构。 ARCHS (架构)设置为标准架构(armv7,arm64) VALID_ARCHS (有效架构)设置为 arm64 armv7 armv7s

I am not sure what causes this problem and why bundle only contains arm64 architecture. I checked project settings and they seem to include other architectures. ARCHS (Architectures) is set to Standard architectures (armv7, arm64), VALID_ARCHS (Valid Architectures) is set to arm64 armv7 armv7s.

我已经有一段时间了试图上传最后一个版本(〜1个月)。 Apple的一个更新是否破坏了什么? (从那以后我肯定没有涉及过架构设置,唯一添加的是 UIBackgroundModes = remote-notification )。或者是否有其他原因导致此错误?

It's been a while since I tried to upload the last build (~1 month). Did one of the updates from Apple break something? (I definitely haven't touched architecture settings since then, the only thing added was UIBackgroundModes = remote-notification). Or is there some other reason for this error?

推荐答案

没关系,发现问题所在。我用来构建存档的配置只有 Build Active Architecture Only 设置为。傻我。

Never mind, found the problem. The configuration which I used to build archive had Build Active Architecture Only set to Yes. Silly me.

这篇关于应用程序加载器:ERROR ITMS-90502的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆