iPhone模拟器显示

发布于 2024-12-17 23:15:22 字数 444 浏览 0 评论 0原文

我正在使用 Titanium 构建我的第一个移动应用程序。最终,我需要做到通用,但我最初专注于 iPhone,以便了解我的方法。我遇到了图像显示问题,因为我需要测试视网膜和非视网膜显示器,但我似乎无法在两者之间切换。

默认情况下,无论出于何种原因,我的模拟器都会以“旧的”iPhone 分辨率(具体来说,iOS 5 的组合——所以位置位大部分工作——和旧的 iPhone 硬件)。我在模拟器的硬件菜单中看到我应该能够切换到 iPhone(视网膜),但尝试这样做只会完全中止模拟器。

有没有更好的方法在模拟器中的硬件/软件组合之间导航?可以更改默认配置吗?对于移动开发新手来说,任何提示或技术都会非常感激。不管它的价值如何,模拟器版本是5.0 (272),尽管我没有开发本机代码,但我的 XCode 版本是4.2.1

谢谢。

I'm using Titanium to build my first mobile app. Ultimately, I need to to be universal, but I'm focusing on the iPhone initially in order to learn my way around. I'm running into a problem with image display in that I need to test both the retina and non-retina display, but I can't seem to toggle between the 2.

By default, for whatever reason, my simulator launches with the "old" iPhone resolution (specifically, the combo of iOS 5 -- so location bits mostly work -- and old iPhone hardware). I see in the simulator's Hardware menu that I should be able to switch to iPhone (retina), but attempting to do so just aborts the simulator all together.

Is there a better way to navigate between hardware/software combinations in the simulator? Can the default configuration be changed? Any tips or techniques would be much appreciated by this n00b to mobile dev. For whatever it's worth, the simulator version is 5.0 (272) and, although I'm not developing native code, my XCode version is 4.2.1.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌无敌 2024-12-24 23:15:22

Titanium 在模拟器和 Titanium Studio 之间运行有一个调试器连接。当您切换硬件时,连接会被切断,并且钛合金会一起中止模拟器。

您可以做的是在 Titan Studio 中创建一个构建,它会构建一个 Xcode 项目(项目名称 > 构建 > iPhone)。

然后,在 xCode 中打开此构建,并从那里运行它。这样就不会运行调试会话,但您可以在多个设备/操作系统版本上测试它。

祝你好运!

Titanium has a debugger connection running between the simulator and Titanium Studio. When you switch hardware the connection is severed and titanium aborts the simulator all together.

What you can do, is create a build in titanium studio, which builds an Xcode project (project name > build > iPhone).

Then, open this build in xCode, and run it from there. This way there is no debugging session running, but you can test it on multiple devices / OS versions.

Good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文