Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode with SDK 4.2 always starting iPad Simulator

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 my preference and runs the iPad simulator after any new Build & Run.

like image 980
massimoksi Avatar asked Nov 29 '10 23:11

massimoksi


People also ask

How do I open an IPAD simulator in Xcode?

The basic way to open a list of simulators is to use Xcode -> Window -> Devices and Simulators. Here you can create and manage all available simulators.

How do I change the simulator in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.

How do I start iPhone simulator in Xcode?

To launch a Simulator without running an appChoose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.

How do I change iOS simulator on Mac?

Sometimes the iOS simulator doesn't respond to the open command. If it seems stuck on this prompt, you can open the iOS simulator manually ( open -a Simulator ) and then in the macOS toolbar, choose Hardware → Device, and select an iOS version and device that you'd like to open.


2 Answers

I had the same Problem. But suddenly after an Update it disappeared. Do you have the newest Version of all Software( or tried turning it off and on again)?

If that doesn't works, I would suggest a reinstall. Solved many of my Problems...

like image 108
Denshi Avatar answered Sep 30 '22 18:09

Denshi


On XCode 3.2.6, you can go to "Project" menu -> "Set Active Executable" and select iPhone Simulator.

like image 34
Khoa Tran ANh Avatar answered Sep 30 '22 17:09

Khoa Tran ANh