Simulate iPhone 3.0 with SDK 4.0

I have xcode 3.1.3 and xcode 3.2.1 installed

Now I am using 3.2.1 with Sdk 4 to develop new applications. But what if I like to test an application compiled with sdk 4 on a simulated iphone that just would have 3.0 ??

I use 4.0 as BaseSDk and as target 3.0

In xcode 3.1.3, I could choose a simulator up to 2.x, but with sdk 4.0 I only have version 4.0 iphone or ipad 3.2

Example> I know that iAd is not supported until 4.0, so I set to weak. But, to be sure that everything works fine, I really would like to test my application in a simulator that simulates an iphone with 3.0

THX Chris

+5
source share
4 answers

The new simulator does not seem to be able to run the old OS simulators (3.2 is the oldest that it will run). I tried to move them from the old SDK settings and several options and not go.

You can verify that you are not using the methods defined in the new SDK when you install the base SDK on 4.0, but, for example, set Deployment to 3.1.3. For a blog post on how to do this, see this blog post and pay attention to my comment on an easier way to do the last two steps (no need to edit the project file as a text file).

+2
source

iphone sdk dmg, , . , iPhoneSDK3_0 iPhoneSimulator3_0. , xcode.

0

, , , 3.0 , 3.2 4.0. , Apple iPhone ( ), 4.0, 3.0.

, 3.0?

-1

, , Xcode .

, Xcode . , 4.0.

,

-2

All Articles