i´ve updated Xcode to the latest version and therefore the base SDK is iOS6.
I just want to know, if it´s still possible to compile an app with the old iOS5 SDK?
Thanks for your help
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.
No with xcode 4.5 you can only compile with the iOS 6 SDK, but you can still target the iOS 5 device by setting the deployment target to iOS 5 (or 4.3).
This will allow you to run the app on iOS 5, but make sure that you do not call any methods that are iOS 6 only.