How to change the default Xcode iphone simulator when testing

前端 未结 14 1781
耶瑟儿~
耶瑟儿~ 2020-12-18 18:30

I don\'t know why but now the default iphone simulator launched when I build the project is \"ipad\", but I want it to use iphone 3g instead.

Any way to set this pre

14条回答
  •  情话喂你
    2020-12-18 19:21

    In Xcode,

    Click Product -> Destination -> iOS Simulator -> Choose Device to run.

    Then build and execute Xcode project.

    It works..

提交回复
热议问题