2

Xcode 3 had the easy to use Project-> Rename in case I wanted to change the name of my app being developed. I don't see the option in Xcode 4 anymore. Whats the best way to rename your app without any crashes?

Thanks..

user542584
  • 2,651
  • 2
  • 25
  • 29
  • possible duplicate of [Renaming projects in XCode 4](http://stackoverflow.com/questions/5416677/renaming-projects-in-xcode-4) – yan May 20 '11 at 21:45

2 Answers2

1

⌘+1, click the blue node with the project name, wait a second, click again (the name becomes editable). That's it.

Jano
  • 62,815
  • 21
  • 164
  • 192
1

This is answered here as well

Renaming projects in Xcode 4

Community
  • 1
  • 1
davidbitton
  • 818
  • 10
  • 20