Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to duplicate target from Xcode 5?

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 ?

like image 682
Forrest Avatar asked Sep 11 '25 08:09

Forrest


1 Answers

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

Xcode Proj settings

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

XCode Proj setting 2

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

Enjoy!!

like image 174
HDdeveloper Avatar answered Sep 13 '25 00:09

HDdeveloper