The selected run destination is not valid for this action The selected run destination is not valid for this action xcode xcode

The selected run destination is not valid for this action


I had that issue several times. Basically, just set the Base SDK in Build Settings to Latest OS X and it should work properly.


I ran in to this issue recently and i solved it by changing the value of the executable from "None" to "AppName.app" on xcode.

You should change:

Product > Edit scheme -> Run AppName.app -> Info tab -> Executable -> None

to:

Product > Edit scheme -> Run AppName.app -> Info tab -> Executable -> AppName.app


Have you tried editing the Scheme? (I'm assuming you are running XCode 4). I believe you just might need to set the "Base SDK" setting to "iphoneos" (this translates to "Latest iOS").