0

I have experimented some ways to change an Xcode project's name. however, none of them change the name everywhere. Is there a correct way to change Xcode projects name?

Anas Abu Farraj
  • 1,540
  • 4
  • 23
  • 31
  • Here's what the official documentation says: https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/RenamingaProject/RenamingaProject.html – Emil Laine Jun 23 '16 at 11:12
  • @tuple_cat thanks....everything worked, but i had to change folder names manually, and re import the files...but worked...! – Anas Abu Farraj Jun 23 '16 at 12:11

3 Answers3

3

Click on the project title then hit enter and you will be able to change the name of the project as shown.

this

onemillion
  • 682
  • 5
  • 19
0

enter image description hereplz go to Build Settings -> packaging -> product name

set the name you want

balkaran singh
  • 2,754
  • 1
  • 17
  • 32
0

1) as pointed earlier this is covered here how to change Xcode Project name

2) the only thing to finish it completely is to change the name of the scheme. just duplicate it with new desired name and delete the old one.

Community
  • 1
  • 1
ha100
  • 1,563
  • 1
  • 21
  • 28