views:

812

answers:

2

I try to send an specific iPad Application to iTunes connect before March 27 and as Apple says: "Only iPad apps compiled with iPhone SDK 3.2 beta 5 will be accepted for this initial review."
So I compiled my application with iPhone SDK 3.2 beta 5 with a distribution provisioning profile.

But when I upload my application on iTunes Connect, I have the following error: "The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application"

For sure, it's the beta 5 !

Have you got an idea?

Thank you in advance. Fred

A: 

I'm having the same issue. Trying to make that March 27 deadline, but Apple isn't helping. On the bright side, my binary seems to have passed enough other checkpoints to have finally stalled out on this last error. Hopefully the last =)

+5  A: 

Finally, I have resolved my problem:

In xCode, choose in Project menu > Set active SDK -> iPhone Device 3.2

And now when you build your application, you obtain the logical following message:

"Error Starting Executable - No provisioned iPhone OS device is connected".

but your .app is well build and if you look inside it, you have the file "embedded.mobileprovision".

FredM