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

标签 ios xcode compilation

截至今天,我无法再编译我的 iOS Xcode 项目。立即弹出一个消息框说:

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.

我已经尝试过 Xcode 中的各种设置,但无济于事。 有谁知道如何解决这个问题?

谢谢!

最佳答案

只是一个大胆的猜测,但您是否查看过 Base SDK 下的项目设置?它说例如最新的 iOS (iOS 4.3) ?

关于ios - 在 Xcode 4 中编译时出现错误信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7214282/

相关文章:

objective-c - 在 iOS 中处理 JSON 输出

ios - 如何使用 Objective-C 自定义完成处理程序

c++ - 编译时如何处理 C++ 解决方案源文件?

ios - ABBYY Cloud OCR SDK 返回空的 authToken 作为响应?

ios - Swift 自定义 UITableViewController : switch statement case label section enum

ios - 动画 For 循环图像不显示

javascript - 在性能方面与原生代码相比,无 DOM、静态类型、提前编译的 JavaScript 代码如何?

linux - 尝试构建 rdiff-backup,出现错误 "/usr/bin/ld: cannot find -lrsync"

ios - 创建一个仅作为 gif 的自定义 UIView

ios - 在 Swift 中的 UIImagePickerController 之后,UIImage 为 nil