Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing on iOS 3.x using XCode 3.2.5

I am using XCode 3.2.5. Due to a problem in Flurry I would realy like to test my apps on iOS 3.x, and since I updated all my test devices to 4.x I don't have any 3.x handsets left.

I have tried to follow this guide on how to install extra SDKs into newer xcodes, but when installing previouse SDKs and launcing them the simulation doesn't work. It notifies that the SDK failed to launch and lets me choose either to Quit, switch SDK or Relaunch the simulator.

Is there anything that I am forgetting or missing? Did someone managed to install earlier SDK's into 3.2.5?

Br, Paul Peelen

like image 400
Paul Peelen Avatar asked Nov 06 '22 05:11

Paul Peelen


1 Answers

The best thing you can do is to get a used 1st/2nd gen iPod touch - they can be upgraded and downgraded just fine and are better for testing than the simulator.

But if you want to test with the old SDK anyway, assuming you have a disk image with an old SDK on it, you can install the previous SDK to somewhere other than the default directory of /Developer (e.g. something like /Developer3.2), then open your project in the copy of Xcode from /Developer3.2/Applications.

I don't know if there are any negative effects from doing this, but I often install beta SDKs to /DeveloperBeta for testing and haven't run into any problems.

like image 181
Alex Robinson Avatar answered Nov 10 '22 04:11

Alex Robinson