开发者

How to run apps on 3.0 Simulator right?

I created a new project from SDK 3.1 and O开发者_如何学CpenGL ES template. As you know this new template has ES 1.1 and ES 2.0 implementations. I wanna deal with ES 1.1 part first :) so I changed Base SDK in project settings to Simulator 3.0 and then I changed Active SDK in upper left corner of Xcode to "Simulator 3.0 - Debug". But when I start this sample project from template - it successfully initialize OpenGL ES 2.0 renderer in code and go to ES 2.0 part. I want to simulate old devices without OpenGL ES 2.0 and test 1.1 part. How can I do that without changing code?

Thx!


Answers recieved from different sources are:

"The Simulator is not appropriate (nor has it ever been) for this kind of old-OS regression testing. Remember, the Simulator is not an emulator, has no OS, and doesn't accurately reflect the environment that your code will be running in"

and "The simulator can provide some behavioral differences based on OS. However, that is absolutely not a substitute for device testing. Additionally, iPhone OS 3.0 still supports OpenGL ES 2.0, and there is no way to disable that support in the simulator."


Make sure you select "iPhone Simulator (3.0)" in "Active Executable" as well.

Also, you can change the firmware version of the simulator in Hardware -> Version.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜