Search code examples
iphonexcode4

How to rename an iPhone project in Xcode4?


I am developing an iPhone application using XCode4 editor. I have to rename my project. I can't create a new project with new name because I have proceeded too far with my coding and there are too many files in the project.

How can I rename my project in Xcode4? I have searched on net but cant find such options in xcode4 to rename the project.


Solution

  • You can click on project name in xcode and then click again. The field becomes editable. Rename it and it will prompt you to rename the other files and delegate class names.

    Its really simple in xcode 4. Renaming files, folders, groups and project names can be done using the above method.