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
On XCode 3.2.6, you can go to "Project" menu -> "Set Active Executable" and select iPhone Simulator.
do yo have two xcode (or iphone sdk) installation on your machine? if yes then completely uninstall the xcode using this command -
sudo /Developer/Library/uninstall-devtools –mode=all
from all the locations (replace Developer with installed directory name)
and install the xcode 3.2.6 in developer directory