我尝试升级我现有的旧应用程序,使其成为 iphone 和 ipad 的通用应用程序。
我点击了我的目标并尝试选择“升级 ipad 的当前目标”,但我无法点击它,因为它不可点击。
替代文本 http://dl. dropbox.com/u/80699/Bildschirmfoto%202010-05-05%20um%2018.21.30.png
我的项目设置是:
- 基础 SDK 设置为 iPhone 设备 3.2
- iPhone 操作系统部署目标设置为 iPhone操作系统 3.1
- 目标设备系列设置为 iPhone/iPad
还有其他我需要注意的事情吗?
请帮助升级我的应用程序。
i try to upgrade my old existing app to make it a universal application for iphone and ipad.
i clicked on my target and tryed to select "upgrade current target for ipad", but i cannot click it, because its not clickable.
alt text http://dl.dropbox.com/u/80699/Bildschirmfoto%202010-05-05%20um%2018.21.30.png
my project settings are:
- The Base SDK is set to iPhone Device 3.2
- The iPhone OS Deployment Target is set to iPhone OS 3.1
- The Targeted Device Family is set to iPhone/iPad
are there any other things i have to pay attention?
please help, to get my application upgraded.
发布评论
评论(3)
目标设备系列应设置为“Iphone”才能使用此选项,否则 Xcode 认为它已经针对 iPad。 (即将其从“iPhone/iPad”更改为“iPhone”)。
Targeted Device Family should be set to 'Iphone' for this option to be available, otherwise Xcode thinks its already targets iPad. (i.e change it from 'iPhone/iPad' to 'iPhone').
在 Xcode 中打开您的项目,在左侧的“Groups & Files”面板中找到“Targets”组。打开它并突出显示您的目标(它将是您的应用程序的名称)。现在单击“项目”菜单,瞧! “升级 iPad 的当前目标”选项是可选的。
我也喜欢这个,可惜文档不够清晰,而且没有 100 个叫做目标的东西!
Open your project in Xcode, in the left "Groups & Files" pannel find the "Targets" group. Open it up and highlight your target (it will be the name of your app). Now click the Project menu, voila!! The "Upgrade Current Target for iPad" option is selectable.
I fell for that one too, shame the documentation isn't clearer and there aren't 100 things called target!!!
我有 Xcode 3.2.2 预发行版,但在项目菜单下找不到“升级 iPad 的当前目标”选项。
这是由于 Xcode 版本吗?
I have Xcode 3.2.2 prerelease and i can not find the "Upgrade Current Target for iPad" option under my project menu.
Is this due to Xcode version??