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?
Asked
Active
Viewed 2,389 times
0
-
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 Answers
3
Click on the project title then hit enter and you will be able to change the name of the project as shown.

onemillion
- 682
- 5
- 19
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.