I have Xcode Version 4.2 ,Build 4D199. I need to test an application for iOS 3.1 compatibility. How to load iOS 3.1 simulator?
I also have iPhone 2 with os 3.1.3 (7E18). I set the deployment target has 3.1 and added armv6 in architecture section of both target and project build settings. When I use this device for debugging, build will be successful, but application wont run. What are the proper project settings to use iOS device v 3.1.3 in Xcode 4.2 for development?