Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Renaming iOS project in xCode 5 [duplicate]

Tags:

ios

xcode5

I need to rename an iOS project. Is there a way to do this without starting a whole new project?

All other info I found were related to Xcode 4 or old and those methods seem to crash the project - I created a snapshot before I tried any name changing.

like image 538
Robert J. Clegg Avatar asked Dec 06 '13 08:12

Robert J. Clegg


People also ask

How do I rename an entire Xcode project?

Click on the project you want to rename in the "Project navigator" in the left panel of the Xcode window. In the right panel, select the "File inspector", and the name of your project should be found under "Identity and Type". Change it to your new name.

How do I rename an Xcode project without losing my mind?

Select the project you want to rename in the “Project Navigator” which can be found on the left side of the Xcode view. On the right-hand side of the window, select the “File Inspector”. The name of your project should be in there under “Identity and Type”, change it to “NEW” and press Enter.


2 Answers

Select the project name in Xcode :

enter image description here

It will take sometime to analyse again another window will be shown as: enter image description here

After this you need to change the manage scheme as :

enter image description here

enter image description here

like image 105
Anoop Vaidya Avatar answered Sep 23 '22 18:09

Anoop Vaidya


For changing schema name

First go to "Manage Schemes…"

manage schema

then edit scheme name

edit scheme

Finally, it's changed

updated name

like image 26
Erhan Avatar answered Sep 23 '22 18:09

Erhan