How to run application which is build using ios-sdk-4.3 in ios-sdk-4.0.I set build target but also am getting lots of crash.
Thanks.
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.
I don’t know if I understand your question correctly but try following:
Assuming you are using XCode4, double click on your Project
file to open your Project settings (that’s the first Item in your Project Navigator).
Selecting the INFO Tab, choose your Deployment Target, for example 4.0.
I can’t help you with the crashes but please try to use the debugger to find out which part of your application is causing the issues.
Let me know if that answers your question