从iTunes出错无效二进制连接?
问题描述:
我有我的提交者普遍应用.app文件到iTunes连接,它显示无效的二进制文件的地位,我得到了来自苹果的邮件。邮件内容是
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到您的目标生成设置架构,或设置最低OS部署目标为4.3
You need to either add armv6 to your Target Build Settings Architectures, or set the minimum OS Deployment Target to 4.3