运行目标无效Xcode

时间:2013-10-29 09:40:06

标签: iphone xcode ios7

我正在使用Xcode 5,当我尝试在iOS 6模拟器上运行我的应用时,我收到以下错误。

 The scheme 'Appname' contains no buildables that can be built for the 
`SDKs` supported by the run destination iPhone Retina (4-inch). Make sure your 
targets all specify `SDKs` that are supported by this version of `Xcode`.

基础SDK设置为iOS SDK 7.0。 iOS部署目标设置为iOS 6.0

6 个答案:

答案 0 :(得分:9)

对我来说,从Project Navigator中选择Project,然后选择目标 - >去构建设置并更改iOS部署目标。 这对我有用。让我知道你是否还面临问题。

答案 1 :(得分:4)

看起来你正试图在iPhone上运行应用程序而你的应用程序只允许你使用iPad平台。 enter image description here

答案 2 :(得分:3)

试试这个简单的:

Target 
   '---> General 
             '---> Deployment Info  
                          '---> Deployment Target 
                                     '---> Choose Version (Better lower version)

答案 3 :(得分:0)

尝试自动更新方案(方案>管理方案>自动创建方案),看看这是否解决了您的问题。

还要确保您的构建设置正确无误。它们应该如下图所示。

enter image description here

答案 4 :(得分:0)

如果是Apple Watch应用程序: 需要安装最新的xcode才能拥有watchkit。 (我从github那里得到了包裹。)

答案 5 :(得分:0)

我遇到了完全相同的问题,但重新启动My(Xcode 9.2)IDE后问题就消失了!