How to run ios 4.3 app in ios 4.0

113 Views Asked by At

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.

1

There are 1 best solutions below

3
bandam On BEST ANSWER

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