1

We tried to rename a project in Xcode 7 using the standard instructions but it didn't work. After the rename the build option was greyed out. Seems there are additional steps required but I haven't found a list which is up to date as of v7. How can you do the rename in v7?

Shripada
  • 5,511
  • 1
  • 27
  • 29
Marcus Leon
  • 50,921
  • 112
  • 279
  • 413
  • These steps works for me. you might want to recheck? – Shripada Mar 14 '16 at 03:31
  • 1
    "We tried to rename a project" Best approach: Don't. There's no need, since the project name is not something that ever faces the user or Apple. – matt Mar 14 '16 at 04:16
  • Hi @Marcus Leon , Please look at it once below link https://www.youtube.com/watch?v=jRnVjtNLLLk – Jay Mehta Mar 14 '16 at 04:26

2 Answers2

0

If the run button is gray, you can edit the scheme. For an easy way you can click product -> manage scheme. Delete the current scheme and then click autocreate scheme now on the top-right corner.

0

Standard instructions or just softly double tap on project name which is usually on left side and just write the new name. It will pop up a new screen as show in the link shared by you and thats it. Can't really guess why it doesn't work for you as I have just tried a minute back on mine and its v7.

Alakh
  • 118
  • 8