Is there iPhone simulator on iPhone SDK 3.2?

佐手、 提交于 2019-12-13 15:36:17

问题


I'm considering upgrade SDK 3.1.3 to 3.2 because 3.1.3 disappeared on Apple's website. I used 3.2 SDK beta once, and any project launched iPad simulator only. (even iPhone project)

Is there iPhone simulator on SDK 3.2? Or how to test iPhone app on SDK 3.2?

PS. I have to check this before install because this is my main workstation, so I cannot put this into unstable or unusable state.


回答1:


You can switch between iPad and iPhone under Hardware -> Device.




回答2:


In the build settings for a project, you can specify the deployment target to be iPhone OS 3.1.3 (or earlier). This will make the iPhone Simulator 3.1.3 (or earlier) available as a simulator (instead of only the iPhone Simulator 3.2, aka the iPad simulator)




回答3:


From Apple's documentation: "iPhone OS 3.2 does not support iPhone and iPod touch devices. It runs only on iPad." So you'll have to wait for iOS 4.



来源:https://stackoverflow.com/questions/2574147/is-there-iphone-simulator-on-iphone-sdk-3-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!