I must be missing something obvious, but I can\'t figure out how to rename my project in Xcode 4.
If I remember correctly Xcode 3 had a dedicated menu item for this
None of these worked for me. The reason was that in Finder I had already manually changed oldAppName.xcodeproj to
newAppName.xcodeproj
with the new name, so when I tried to edit the Project Name in Xcode 4, I got an error that it couldn't save newAppName.xcodeproj since it already existed. The solution was to change, using Finder, newAppName.xcodeproj to
anyOtherName.xcodeproj,
and then I was able to edit the project name in Xcode and Xcode renamed the anyOtherName.xcodeproj to newAppName.xcodeproj.