2
votes

My SDK version is "Latest" which means 4.2 and the other thing is set to 3.0. App Loader is giving me this error.

Apple is not currently accepting applications built with this version of the SDK.

XCode Version 3.2.5

Any clues?

3

3 Answers

6
votes

Set your Base SDK to Latest iOS and your Deployment Target to 3.0. Make sure you do a Clean Build and then try submitting. Also, make sure this is the case for the Target as well. Right-Click on Target and choose Get Info, and set the same parameters.

4
votes

Possibly try moving the deployment target (other thing) to 3.1 instead of 3.0. XCode 3.2.5 is the latest version, you could also try a re-install if nothing else works.

1
votes

Perhaps you have some prerelease installed? Beta, GMSeed1? Had the same error with a "old" GMSeed Build. Check if you really have the newest one.