Unable to build using Xcode 4 - The selected run destination is not valid for this action

后端 未结 12 2160
耶瑟儿~
耶瑟儿~ 2021-01-30 21:44

So I\'m horribly confused by this error, other threads on Stack Overflow mention I should set the SDK, but I see no option to do this. I\'m trying to build:http://wafflesoftwar

12条回答
  •  攒了一身酷
    2021-01-30 21:55

    I found a good practice for moving from Xcode 3.2.X to Xcode 4 is, to remove any references to older SDKs (in the case of Mac OS to remove any Base SDK Ref, etc., for Mac OS <= 10.5, in the case of iOS I think you need to remove everything <= 4.3) PRIOR to upgrading to Xcode 4.

    I never experienced any problems for new Projects, created in Xcode 4, only for such that where created with Xcode 3.X or 2.X

提交回复
热议问题