Currently i am working on Xcode 4.2 with iOS 5 sdk. I have created the project with core data framework. I have designed the screens and deployed in iOS 5 devices.
I want to run my project in Xcode 3.2 because i want to deploy the app in iOS 4.2 devices.
So when i tried to run that project in Xcode 3.2 with iOS 4.2 sdk simulator, there is no errors in Project settings but i have got errors in AppDelegate and main.m file. because i know Appdelegate and main.m file could be changed in Xcode 4.2. Thats why its not supported in Xcode 3.2.
I have cleared that errors that means i have changed that file as like support in Xcode 3.2. but when i running project i have seen only flash screen only and there is no others output(just blank screen).
How to solve these problems and how to run my project in Xcode 3.2 with iOS 4.2 sdk?
Please help in this regards!!!
Thanks!!!