My SDK version is "Latest" which means 4.2 and the other thing is set 开发者_JAVA技巧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?
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.
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.
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.
精彩评论