Reputation: 113
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!
Upvotes: 5
Views: 3963
Reputation: 976
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) ?
Upvotes: 12