开发者

Problems uploading the binary of my app to the Apple Store (Unaccepted version of the 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.’

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.

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?

Thank you very much in advance for your help.

Best regards,

Jorge.


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

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜