iphone project - copy and rename in xcode 4.3

copy, iphone, project, rename, xcode4.3

Solution

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 !

Problem

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) ?

Original source

Related problems