问题
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?
回答1:
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.
回答2:
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.
回答3:
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.
来源:https://stackoverflow.com/questions/4454250/apple-is-not-currently-accepting-applications-built-with-this-version-of-the-sdk