Paul Peelen
Paul Peelen

Reputation: 10329

Testing on pre-IOS4

I have a problem with an app that works perfect on my iPhone 4, and on my 3Gs but both are on iOS 4. BUT, when a colleague installed it on his 3G with 3.1.2 on it... it crashes on startup.

Is there someway I can test to install the app in a 3.1.2 simulator of some kind?

He didn't send me his crash logs yet.

Best regards, Paul Peelen

Upvotes: 1

Views: 102

Answers (2)

samvermette
samvermette

Reputation: 40437

Dealing with multiple SDKs has proved to be extremely painful in my experience. If you end up installing an old SDK, I'd recommend you install it in a separate "Developer" folder.

In my opinion, the best way to deal with 3.x debugging is to get your hand on an old iPod touch with 3.x installed. You can get one for pretty cheap from a local classified ads site and it really makes 3.x debugging a lot easier.

Upvotes: 1

Jesse Anderson
Jesse Anderson

Reputation: 4603

I haven't done this for the simulator, but you can find links for the old SDKs here:

http://chris-fletcher.com/2010/08/28/howto-install-iphone-sdk-2-0-3-1-for-xcode-3-2/

You should be able to install the old simulator SDKs and have them show up in the simulator menu.

Upvotes: 2

Related Questions