views:

197

answers:

1

Hello,
I have Xcode 3.2.3 (Pre-release) and an iPhone with OS 4. I just finished my game using Cocos2d for iPhone OS 3, and I want to put it on the AppStore.

I followed this tutorial Building Your App for Distribution, and when I upload my .zip file, I get this error : "The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application."

I don't understand why I have this message... here are some screenshots of the configuration of my project :
alt text alt text
(if you need other informations, ask me)

And I have also this warning during the compilation that I don't understand :
alt text

An other thing (that is maybe connected): when I launch the iphone simulator 3.2 for my app, it's an iPad that shows up.

If you have any idea who can I upload my app to AppStore... Thanks!

+1  A: 

The error message (“The binary you uploaded was invalid. A pre-release beta version of the SDK was used to build the application”) is telling you exactly what is wrong. You can't upload anything to the AppStore with pre-release software.

You'll to reinstall the current SDK and build the application with that.

Tom Irving