I installed Xcode 4 with IOS 4.3 and I create an small application, but if I want set firmware 4.2? How can I do? In build menu I can choose only 4.3 for IOS.
Share
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.
Always set
Base SDKto theLatest iOS. This will ensure compatibility with current and future versions.To make your app run on older versions of the OS, set the
Deployment Targetto the desired version in your Active Target’s settings.