English 中文(简体)
连接的永久化二元
原标题:Error invalid binary from itunes connect?

我已把我的通用申请文件提交给了Stephen的链接,它显示英瓦利德·本安的地位,我从pple收到邮件。 邮件内容为

"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.". 

这是我第一次向仓库提交文件。 如何帮助我解决这一问题? 能够做些什么? 我无法理解邮件内容的实际含义。 请帮助我。

最佳回答

你们要么需要把手臂加到你们的目标建设构架中,要么把最低的部署目标定在4.3。

问题回答

在您的Xcode项目中,你在什么架构和SOS版本? 如同你一样,它支持了位于3.x的SOS环境,但为武装7而建立的架构。

解决这一问题的最简单办法是将支持的SDK设定在4.x以下。 我的目标是4.2,这似乎总体上是安全的。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签