I have an iphone project that is a "base" project. I want to copy this project, rename it and change a couple of files so as to create the final version of each application I want. How can I copy and rename a project in xcode 4.3+ without having any issues (like lost targets or so) ?
Asked
Active
Viewed 3,416 times
2 Answers
5
Click on your Project,
enter name of your project and prees enter,
it will ask,
Rename Project Content Items ?
say Rename then it will ask you for snapshot, click on Enable
and then press OK
Done !

Krunal
- 6,440
- 21
- 91
- 155
0
You could also just create a new project and import only the header and code files you need.

Kyle_at_QP
- 153
- 1
- 1
- 7