ios - "Base SDK Missing" after upgrading to Xcode 3.2.5 -


so took step upgrading xcode 3.2.5 (iphone sdk 4.2) , cannot run device. see in dev environment:

alt text

in current projects, when going project settings can set base sdk ios 4.2 doesn't change "base sdk missing" problem. :/

i can deploy simulator, , change version want simulator load as.

does know how fix this?

if create new project don't this...

thanks

i solved problem, doing this:

project->edit project settings->build->base sdk->latest sdk (4.2) project->edit project settings->build->ios target deployment->ios 4.2  project->edit active target (mytarget)->base sdk->latest sdk (4.2) project->edit active target (mytarget)->ios target deployment->ios 4.2 

and, if still have problems:

click box says base sdk missing, , select:

simulator -> debug 

that should it.


Comments