Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I duplicate my xcode project? (iPhone SDK)

How do I duplicate my xcode project? (iPhone SDK)

By the way, I simply duplicated/renamed the entire project folder. But when I started working in the new (duplicated) project (after changing app ids, provisioning profiles) I started getting errors about targets. I have no clue about what targets are or anything either so. Hmmm. Hope this works.

like image 589
RexOnRoids Avatar asked Feb 10 '10 07:02

RexOnRoids


People also ask

How do I duplicate an app in Xcode?

Duplicating an Xcode ProjectIn Xcode, rename the project. Select your project from the navigator pane (left pane). In the Utilities pane (right pane) rename your project, Accept the changes Xcode proposes.

How do I transfer Xcode project to another Mac?

Transferring Between MacsOpen Xcode and go to Organiser. Select your team or developer profile on the left toolbar. Click export at the bottom. Type in a useful filename then press save.

How do I duplicate targets in Xcode?

Go to project's settings in the Project Navigator panel. Under the Targets sections, right click the existing target and select Duplicate to copy your existing target.


1 Answers

While all the above answers are correct, I believe we should ask WHY you are doing this. If you want to make a lite version of your app or a version with a subtle difference, you should explore duplicating targets, not duplicating entire projects.

like image 54
coneybeare Avatar answered Sep 30 '22 20:09

coneybeare