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.
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.
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