“Base SDK Missing” after upgrading to Xcode 3.2.5

后端 未结 2 1396
自闭症患者
自闭症患者 2021-02-15 02:20

So I took the step upgrading to Xcode 3.2.5 (iPhone SDK 4.2) and now I cannot run to device. I always see this now in the dev environment:

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-15 02:57

    I solved this problem, by 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 you still have problems:

    Click the box that says base SDK missing, and select:

    Simulator -> Debug
    

    That should do it.

提交回复
热议问题