Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Run Destination is not valid Xcode

Tags:

xcode

iphone

ios7

I am using Xcode 5 and when I try to run my app on iOS 6 simulator I am getting the following error.

 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`.

Base SDK is set to iOS SDK 7.0. iOS deployment target is set to iOS 6.0

like image 776
ichanduu Avatar asked Oct 29 '13 09:10

ichanduu


2 Answers

For me, select the Project from the Project Navigator and then select the target -> go build settings and change the iOS Deployment Target. That's worked for me.Let me know if you still facing issue.

like image 78
Sanoj Kashyap Avatar answered Oct 11 '22 15:10

Sanoj Kashyap


Looks like you are trying to run app on the iPhone while your application allows you only iPad platform. enter image description here

like image 36
Alexey Bondarchuk Avatar answered Oct 11 '22 13:10

Alexey Bondarchuk