在 Xcode 4 中启动一个通用的新项目 (iPad/iPhone)
在 Xcode 4 中启动一个新项目 - 使其成为通用应用程序的最佳方法是什么?
当您创建新项目时,它会要求您输入设备系列,但下拉菜单只有两个选项 - 一个是 iPad,另一个是 iPhone。
那么创建通用应用程序的最佳方法是什么?
谢谢!
Starting a new project in Xcode 4 - what's the best way to make it a Universal app?
When you create a new project it asks you to input the Device Family but the dropdown menu only has two options - one is iPad and the other is iPhone.
What's the best way to create a Universal app then?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从另一个论坛上的某人那里得到的 -
创建一个 iPhone 版本,然后单击菜单最顶部的项目名称,打开一个列出项目和目标的菜单。单击“目标”,主“摘要”选项卡中有一个“设备”下拉菜单,您可以将其更改为“通用”。完成此操作后,Xcode 会询问您是否要升级到通用项目,然后您可以单击“是”,仅此而已!
Got it from somebody on another forum -
Create an iPhone version, then click on the Project Name at the very top of the menu to bring up a menu with Project and Targets listed. Click on the Target and there is a Devices drop-down menu in the main Summary tab that you can change to Universal. Once you do that, Xcode will ask you if you want to upgrade to a universal project, then you can click 'yes' and that's all!