views:

89

answers:

1

I upgraded to xcode 3.2 and now the build options from the drop down menu on the upper left of the main window in xcode are limited to only 3.2 versions of the sdk, however if I open a project up that was built in the previous version those options are still there(or at least 3.1.2 is) anyway to get that option into a project built in the new 3.2 sdk?

Thanks,

Nick

+1  A: 

Hit Cmd+I when selecting the project.

alt text

In the Info window, find "Base SDK", then choose "Simulator - iPhone OS 3.1.2"

KennyTM
Thanks so much!
nickthedude