13

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.

shim
  • 9,289
  • 12
  • 69
  • 108
Robert J. Clegg
  • 7,231
  • 9
  • 47
  • 99

2 Answers2

21

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

Anoop Vaidya
  • 46,283
  • 15
  • 111
  • 140
12

For changing schema name

First go to "Manage Schemes…"

manage schema

then edit scheme name

edit scheme

Finally, it's changed

updated name

shim
  • 9,289
  • 12
  • 69
  • 108
Erhan
  • 908
  • 8
  • 19