问题
what is a straight forward method or any to rename a project name (project name, virtual project folder name, physical project folder name.. etc) from Xcode 5 ?
回答1:
- First close xCode
- Copy your Project folder (in my case called FirstName) to Desktop
- Rename the Project folder (in my case SecondName)
- Now open the new Project folder and start xCode by clicking the .xcodeproj file
- Change the Name of the app in the left top corner by double clicking it slowly:

- Rename everything they recommend

- Save and close xCode
- Put the renamed Project folder back in your xCode Projects folder and you are done!
来源:https://stackoverflow.com/questions/24031576/what-is-the-best-method-to-rename-project-name-in-every-where-from-xcode-5