Xcode with SDK 4.2 always starting iPad Simulator

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

提交回复
热议问题