Setting Xcode's target to iPhone NOT iPad

后端 未结 10 968
栀梦
栀梦 2020-12-10 10:15

I just upgraded to iPhone SDK 3.2 Beta 4. Since doing so, I have not been able to get the app to launch in the iPhone simulator - it keeps launching in the iPad simulator. I

相关标签:
10条回答
  • 2020-12-10 11:02

    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!

    0 讨论(0)
  • 2020-12-10 11:03

    You can't really launch an iPhone app in 3.2.x - sometimes it will pop up - but basically right now it is only for iPad development.

    0 讨论(0)
  • 2020-12-10 11:03

    You should be able to change your target platform in your Project Settings.

    0 讨论(0)
  • 2020-12-10 11:08

    Changing the target platform and device makes no difference. It always launches the iPad simulator.

    If you switch the simulator to iPhone mode, the app just disappears.

    This dev environment is a mess.

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