views:

85

answers:

3

Hi, I'm pretty new to iPhone. My dev env is setup, XCode has just two profiles: iPhone device 3.1.2 (base sdk) and iphone simulator 3.1.2, either one with release and debug. I fear I will run into problems now, if I ad hoc deploy to < 3.1.2 phys devices. How can I build for 3.0 base sdk only?

Kind regards

PS: stackoverflow is a great source of knowledge. Most of the Google queries I had during the past 2 weeks did land here :)

+2  A: 

Double click your application name under "Groups & Files" then go to the "Build" tab and change the "Base SDK" to "iPhone Device 3.0"

David Wong
+1  A: 

Double click on your project name with icon in xcode. This will open project info of your project.

Select the build tab in it.This will the build and environment related properties of your project.

Go to architecture and set the base sdk as whatever you want.This will change the base sdk. You should give a check "Configuration" value also that is it set for the profile you want

Hope this helps.

Madhup
A: 

Answered. Thanks

neil
Then please mark the correct answer as the correct answer ;-)
Sebastian P.R. Gingter