views:

34

answers:

1

I have an app that I want to distribute to 3.1.x devices, but I don't have a device to test on. I ran the app on another dev's 3.1 device, and it crashes, so I definitely have some debugging to do. Rather than find and buy an old 3.x device, I'd like to run a 3.1.x Simulator.

Is there any way to do that?

I have upgraded my XCode install to 3.2.4, and now I no longer have the old XCode installs. It seems that the solution is to have both the new developer package AND the old package installed side-by-side. But I can't find where to download the old package, and the proper install procedure, or if there's another way to test on 3.1.x.

+2  A: 

bookmark this, I did...

http://cocoawithlove.com/2010/07/tips-tricks-for-conditional-ios3-ios32.html

Aaron Saunders
The download links he listed didn't work for me :(
Nimrod
@Nimrod this link will work if you are in the developer program http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/downloads
Aaron Saunders
Thanks, but I was unable to find the iPhone SDK there. All the old versions of Xcode are there, but no iPhone/iOS SDKs as far as I can tell....
Nimrod