将我的应用程序的二进制文件上传到 Apple Store 时出现问题(未接受的 SDK 版本) [英] Problems uploading the binary of my app to the Apple Store (Unaccepted version of the SDK)

查看:37
本文介绍了将我的应用程序的二进制文件上传到 Apple Store 时出现问题(未接受的 SDK 版本)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将我的应用程序的二进制文件上传到 Apple Store 时遇到问题.上传文件后,页面顶部会显示以下消息:您上传的二进制文件无效.Apple 目前不接受使用此版本 SDK 构建的应用程序.'

I’m having a problem when I try to upload the binary of my app to the Apple Store. Once I upload the file, the following message appears at the top of the page:’The binary you uploaded was invalid. Apple is not currently accepting applications built with this version of the SDK.’

问题是我已经尝试了基本 SDK/目标部署目标与 xcode 3.2.2 和 3.2.3(包括新的 SDK4 – 最终版本)的每种组合,并且每次上传时都会出现该消息一个文件.

The thing is that I have tried with every combination of base SDK / Target deployment objective with both xcode 3.2.2 and 3.2.3 (that includes the new SDK4 – final version) and the message keeps on appearing every time I upload a file.

有谁知道 Apple 目前正在接受哪些 SDK?如果我希望我的应用在 iPad (SDK 3.2) 和 SDK > 3.1.3 的 iPhone 上运行,我应该使用 Base SDK/Target 部署目标的哪种组合?

Does anyone know what SDKs are being accepted at the moment by Apple? What combination of Base SDK / Target deployment objective should I use if I want my app to run on the iPad (SDK 3.2) and iPhones with SDK > 3.1.3?

可能是因为我使用模拟器设备而不是真正的手机生成我的发行版二进制文件?

Might it be because I generate my distribution-binary using a simulator device instead of a real phone?

非常感谢您的帮助.

最好的问候,

乔治.

推荐答案

可能是因为我使用模拟器设备而不是真正的手机生成我的发行版二进制文件?

Might it be because I generate my distribution-binary using a simulator device instead of a real phone?

没错.如果您正在为模拟器构建,那么您是在为英特尔 CPU 构建,而不是为手臂构建.在构建分发二进制文件之前,您必须选择设备".

Exactly. If you're building for the simulator, you're building for an intel cpu, not an arm. You have to select "device" before building your distribution binary.

这篇关于将我的应用程序的二进制文件上传到 Apple Store 时出现问题(未接受的 SDK 版本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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