如何在iPhone SDK 4.1中使Cocod2d 0.99.4游戏通用(iOS4+iOS3.2+iOS<3.2)。我被困住了

发布于 2024-09-29 14:09:25 字数 337 浏览 4 评论 0 原文

当我创建 cocos2d projecyt 时,XCode 菜单项“Project\Upgrade Current Target for iPad”变为禁用。请问有什么解决办法吗?

已编辑:

  • 我正在使用适用于 iPhone 的 SDK 4.1 和 cocos2d 0.99.4。
  • 当我创建 iOS 本机应用程序时,我会获得选择目标设备 (iPhone/iPad) 的选项。
  • 但对于cocos2d,就没有选择了。虽然 iPhone 应用程序可以在更改目标 iOS 的 iPad 上运行,但它保留了 iPhone 分辨率(屏幕尺寸)。

when i create a cocos2d projecyt, XCode menu item "Project\Upgrade Current Target for iPad" becomes disable. Any solution please?

EDITED:

  • I am using SDK 4.1 and cocos2d 0.99.4 for iPhone.
  • When I create iOS native application i get options to select target device (iPhone/iPad).
  • But with cocos2d, there is no option. Though iphone apps can be run on iPad changing the target iOS, but it keeps its iPhone resulation(screen size).

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

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

发布评论

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

评论(2

灵芸 2024-10-06 14:09:25

Sadat,您必须进入目标设置项目并更改目标设备,就像 本教程 显示。我发现创建模板项目、升级到通用项目以及比较 cocos2d 项目和测试 iPhone 项目之间的设置有时会很有帮助。 (确保也比较 info.plist 文件。)实际上,一旦您将设置更改为相同,您就已经完成了该选项所要做的所有工作。没什么特别的,只是一些自动化。

完成此操作后,只要正确初始化 cocos2d,您就应该能够按照建议从下拉列表中选择“iPad Simulator 3.2”,然后启动并运行。

Sadat, you'll have to go into either your Project of Target Settings and change the targeted device, like the first step of this tutorial shows. I find that it's helpful sometimes to create a template project, upgrade to universal and compare settings between the cocos2d project and the test iPhone project. (Make sure to compare info.plist files as well.) Really, once you change the settings to be the same, you'll have done all of the work that the option would have anyway. Nothing special, just some automation.

Once you do this, as long as you're initializing cocos2d correctly, you should be able to select "iPad Simulator 3.2" from the dropdown as suggested, and be up and running.

像你 2024-10-06 14:09:25

据我所知 - 通过查看我自己的 Cococs2d 应用程序 - 这是因为它们已经支持 iPad。

您应该能够转到“活动可执行文件”并选择“iPad Simulator 3.2” - 然后即可关闭并运行!

As far as I can tell - from looking at my own Cococs2d applications - it's because they already are iPad-ready.

You should be able to go to "Active Executable" and select "iPad Simulator 3.2" - and be off and running!

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