cannot upgrade current target for ipad

放肆的年华 提交于 2019-12-04 19:53:39

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').

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!!!

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??

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!