Problems downloading the binary file of my application to the Apple Store (Unaccepted version of SDK)

I have a problem when I try to download a binary copy of my application in the Apple Store. After downloading the file, the following message appears at the top of the page: The binary file you downloaded was invalid. Apple does not currently accept applications created with this version of the SDK.

The thing is, I tried with each combination of the basic goal of deploying the SDK / Target with both xcode 3.2.2 and 3.2.3 (including the new version of SDK4 - the final version), and the message keeps popping up every time I upload the file.

Does anyone know which Apple SDKs are currently accepted? What combination of target SDK / target deployment should I use if I want my application to run on iPad (SDK 3.2) and iPhone with SDK> 3.1.3?

Maybe because I generate my binary distribution instead of a simulator instead of a real phone?

Thanks in advance for your help.

Yours faithfully,

Jorge.

0
source share
1 answer

Maybe because I generate my binary distribution instead of a simulator instead of a real phone?

That's right. If you are building a simulator, you are building an Intel processor, not a hand. You must select the β€œdevice” before creating the binary distribution.

+1
source

All Articles