Tattat
Tattat

Reputation: 15778

App Store submission problem: A pre-release beta version of the SDK was used to build the application

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....

Upvotes: 0

Views: 808

Answers (3)

bartvdpoel
bartvdpoel

Reputation: 159

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.

Upvotes: 1

pheelicks
pheelicks

Reputation: 7469

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

Upvotes: 0

Stephen Darlington
Stephen Darlington

Reputation: 52565

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.

Upvotes: 0

Related Questions