views:

436

answers:

3

I upload my app to app store, I already build my apps using device - 3.1 , which should be the a release version of app store. How can I avoid this warning? thz....

A: 

What version of Xcode and the iPhone SDK are you using? It sounds like you might be using an old (or very new) version of the build tools.

Stephen Darlington
A: 

You've answered your own question. You're using an SDK which is currently in beta, I'm assuming 3.2. Go to the Apple dev center and download the 3.1.3 SDK:

http://developer.apple.com/iphone

pheelicks
+1  A: 

You can not use the Beta version of XCode to build, even when you build against an older SDK. You can install the Beta 3.2 and the official 3.1 in two different directories. This question was answered before btw.

bartvdpoel