Xcode with SDK 4.2 always starting iPad Simulator

后端 未结 8 1371
无人共我
无人共我 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:47

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

    0 讨论(0)
  • 2021-02-15 16:48

    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

    0 讨论(0)
提交回复
热议问题