1

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?

8suhas
  • 1,460
  • 11
  • 20
  • 2
    When saying the App won't run, what exactly is the output on the console? Do you get any exceptions or other debugging invocations? – Till Dec 07 '11 at 19:05
  • There will be no exceptions. It says "build succeeded" and then status changes to "finished running ...on iPhone..". – 8suhas Dec 08 '11 at 17:48
  • @user1017099 That's in the xcode status bar, what about in the console application? There should be more detail there. – Nick Dec 08 '11 at 18:30

1 Answers1

2

Is your iPhone 2 device properly provisioned for development? You won't be allowed to run it on that device unless you've added the device in the provisioning portal and that device has been added to your development certificate.

Nick
  • 9,792
  • 7
  • 50
  • 60