Xcode with SDK 4.2 always starting iPad Simulator

后端 未结 8 1378
无人共我
无人共我 2021-02-15 15:58

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

8条回答
  •  感动是毒
    2021-02-15 16:40

    Try to Build -> 'Clean All Targets'. Go into Release configuration, compile and then back to Debug. Now you can choose Iphone Simulator. For me it works.

    Hope this help.

提交回复
热议问题