Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error message when compiling in Xcode 4

As of today I can't compile my iOS Xcode project anymore. Immediately a message box pops up saying:

The run destination iPhone 4.3 Simulator is not valid for Running the scheme 'MyApp'. The scheme 'MyApp' contains no buildables that can be built for the SDKs supported by the run destination iPhone 4.3 Simulator. Make sure your targets all specify SDKs that are supported by this version of Xcode.

I've already played around with various settings in Xcode but nothing helps. Does anyone know how to solve this?

Thanks!

like image 641
Mistefix Avatar asked Aug 27 '11 11:08

Mistefix


1 Answers

Just a wild guess, but did you have a look in your project settings under Base SDK? Does it say e.g. Latest iOS (iOS 4.3) ?

like image 191
BinaryBucks Avatar answered Oct 24 '22 01:10

BinaryBucks