Why does Xcode, after updating to SDK 4.2, always run my application in iPad Simulator instead of iPhone???
If I select iPhone Simulator as active executable it doesn\'t store m
You can go to Product -> Destination -> iPhone 6.1 Simulator.
It took me a while to figure out the reason, because even though you select the Device iPhone in Targets, it still opens the iPad emulator if you don't change the destination of your product.