A follow-up (sort of) to this question: in the Xcode build tab, I set my Base SDK to 3.1 but after uploading to the App Store, I see it being listed as requiring 2.2 or later. Why is that?
Both Base SDK and Deployment Target are set to 3.1.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Xcode, there is a different set of Base SDK and Deployment target values for the project, than for the Target. My project had the correct values set, but the Target had 2.2 set for Deployment Target.
I’m not sure yet what the Deployment Target in the Build settings for the Project is supposed to do, but the Deployment Target for the Target is what gets used by the iTunes App Store.