iOS simulator - How can I make default simulator as iPhone

两盒软妹~` 提交于 2019-12-03 22:55:05

Solution#1

You can remove the iPad from the organizer. I haven't tried it, since I use both iPhone and iPad.


Solution#2

Create a keyboard shortcut to switch to to the iPhone simulator

top menu > Project > Set Active Executable > Targetname - iPhone Simulator

See these screenshots

I hope this is what you're looking for, but in the top left of XCode, you should see a drop down bar that reads something like "Simulator - 4.2 | Debug | projName". If you click on that, you should see a section titled "Active Executable". There should be a small number of options to select the device and OS for the simulator. For instance, mine is currently selected to "projName - iPhone Simulator 4.2"

Hope that helps.

  1. Right click your project's name inside Xcode, select "Get Info".
  2. Under "Deployment" section, set "Targeted Device Family" to iPhone.

Open Xcode -> Product Menu -> Destination -> Select desired destination. sticks when I restart.

The simplest solution to this is simply to change your active executable. Go to project -> set active executable -> iPhone whatever version you want

I finally solved this problem myself.

First, install new version of xCode, which is xCode 4.

Then set project scheme to iphone simulator and run app in xCode several times.

And re-install xCode 3 and the problem will be gone away!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!