Problems uploading the binary of my app to the Apple Store (Unaccepted version of the SDK)

只谈情不闲聊 提交于 2019-12-24 19:12:22

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/3156115/problems-uploading-the-binary-of-my-app-to-the-apple-store-unaccepted-version-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!