How to duplicate target from Xcode 5?

爷,独闯天下 提交于 2019-12-03 14:44:54

问题


Seem like this feature was removed from xcode 5 ?

Prior to xcode5, it is easy to duplicate any target via clicking on the target, choose "duplicated blabla", then you will get it.

But for xcode5 , where is this hiding ?


回答1:


Select your project in the left nav. In the main content area at the top, you have a row that is like a file navigator. Then the second row, right under the first, in the very left there is a little square arrow thing. That hides/shows the project and targets list.




回答2:


Step1: Select the (blue) project icon in Xcode and open project setting page.

Step2: Click on the black arrow icon and explore the targets

Step 3: Duplicate your target by selecting the target and press "cmd+D" keys. You can rename as you like.

Enjoy!!




回答3:


This is the screenshot from xcode 6:




回答4:


It's still there - right click on target or use CMD + D shortcut after selecting target



来源:https://stackoverflow.com/questions/19290143/how-to-duplicate-target-from-xcode-5

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