Search code examples
iosxcode8

With XCode 8.x how do you clone an existing target?


With XCode 6.4 I could easily clone an existing target. However this functionality doesn't seem to be available in XCode 8.x. Does anyone know how to do it?


Solution

  • Select your target, right-click on it, then select Duplicate.

    enter image description here

    As you can see - the project now has 2 targets:

    enter image description here