I have one Demo app download from developer.apple.com
I have problme that this app is only Run in device not in simulator,
It is may be becuase of some build setting.
Here I have attached one image to show it is not showing any simulator selection

Does any one know how to solve this problem
Thanks in advance
Add the string “iphonesimulator” in Supported Platforms on your build settings. So the strings “iphonesimulator” and “iphoneos” must both be present in the above to enable deploying on both device and simulator.