Renaming iOS project in Xcode 5

ios, xcode5

Solution

For changing schema name

First go to "Manage Schemes…"

then edit scheme name

Finally, it's changed

Problem

I need to rename an iOS project. Is there a way to do this without starting a whole new project? All other info I found were related to Xcode 4 or old and those methods seem to crash the project - I created a snapshot before I tried any name changing.

Original source

Related problems