来自 iTunes 连接的错误无效二进制文件?

来自 iTunes 连接的错误无效二进制文件?

问题描述:

我已将我的通用应用程序 .app 文件提交到 iTunes 连接,它显示无效二进制"状态,并且我收到了来自 Apple 的邮件.邮件内容为

I have submitter my universal application .app file to iTunes connect and it shows 'Invalid Binary' status and i got a mail from apple. The mail content is

"Invalid Binary Architecture - iOS 3.0 introduced support for multiple binary architectures. If your binary is built for multiple architectures, your Info.plist must have a MinimumOSVersion key with a value of at least 3.0. Additionally, if your app is intended to support earlier iPhone and iPod touch models, your app must contain at least an armv6 binary; "thin" armv7-only binaries will not be accepted unless the armv7 required device capability is also present in the Info.plist UIRequiredDeviceCapabilities key or the MinimumOSVersion key has a value of 4.3 or higher.". 

这是我第一次向应用商店提交应用.如何帮助我解决这个问题?我能做什么?我无法理解邮件内容的实际含义.请帮我.

This is first time for me to submitting app to app store. How help me to solve this problem? What can i to do this? I can't understand the actual meaning of the mail content. Please help me.

您需要将 armv6 添加到您的 Target Build Settings Architectures,或者将最低 OS Deployment Target 设置为 4.3

You need to either add armv6 to your Target Build Settings Architectures, or set the minimum OS Deployment Target to 4.3