简体   繁体   English

在Xcode 4中编译时出现错误信息

[英]Error message when compiling in Xcode 4

As of today I can't compile my iOS Xcode project anymore. 截至今天,我无法再编译我的iOS Xcode项目了。 Immediately a message box pops up saying: 马上弹出一个消息框说:

The run destination iPhone 4.3 Simulator is not valid for Running the scheme 'MyApp'. 运行目标iPhone 4.3 Simulator对于运行方案“MyApp”无效。 The scheme 'MyApp' contains no buildables that can be built for the SDKs supported by the run destination iPhone 4.3 Simulator. 方案“MyApp”不包含可为运行目标iPhone 4.3 Simulator支持的SDK构建的可构建项。 Make sure your targets all specify SDKs that are supported by this version of Xcode. 确保您的目标都指定了此版本的Xcode支持的SDK。

I've already played around with various settings in Xcode but nothing helps. 我已经在Xcode中使用了各种设置,但没有任何帮助。 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 ? 只是一个猜测,但你有没有看看Base SDK下的项目设置? Does it say eg Latest iOS (iOS 4.3) ? 它是否说最新的iOS(iOS 4.3)?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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