简体   繁体   中英

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!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM