运行目标无效Xcode

ich*_*duu 6 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`.
Run Code Online (Sandbox Code Playgroud)

Base SDK设置为iOS SDK 7.0.iOS部署目标设置为iOS 6.0

San*_*ndy 10

对我来说,从Project Navigator中选择Project,然后选择目标 - > go build settings并更改iOS Deployment Target.这对我有用.让我知道你是否还面临问题.