tags:

views:

55

answers:

2

For one of my applications in xcode, I have the option to build for many different versions ranging from 3.0 to 3.1.3.

Now when I make a new application, I only have the option to build this new application for 3.1.3. I can't seem to find where this project setting is.

How can I build my application for 3.0?

Thanks.

A: 

You have to make sure you have it installed I believe. When you perform the install, there are options, and a bunch of them are for the different versions to install.

Chris Cooper
I'm experiencing this on the same computer (one project has multiple versions as build options, another project only has 3.1.3)
peter61
A: 

High-light the project name in XCode > Info > Build > Base SDK

ohho