117

I've been looking all over Xcode for this, but I can't find any place that allows you to rename an existing scheme in Xcode 4. Is this even possible?

idmean
  • 14,540
  • 9
  • 54
  • 83
Karl
  • 14,434
  • 9
  • 44
  • 61

3 Answers3

292

You need to click on the scheme button, then hit "Manage Schemes". Once you do so, you'll have a window like this:

enter image description here

Select the scheme you want to change, and hit Return.

Now the scheme name will be editable, and you can change it to your hearts desire. Then hit Return again to save it.

sudo rm -rf
  • 29,408
  • 19
  • 102
  • 161
  • Apple docs link: http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Building/Building.html#//apple_ref/doc/uid/TP40010215-CH9-SW26 – Clay Bridges Sep 04 '11 at 15:40
  • 1
    @VinceYuan: Although return is easier, a very slow double click also does work. – sudo rm -rf Apr 16 '13 at 10:16
  • @jheriko: i swear, it's not intuitive at all. however, i do notice that once I learn & remember something, it's convenient enough... – Claudiu Sep 25 '13 at 17:19
36

A slow double click also does the job.

mpmeyer
  • 6,946
  • 1
  • 19
  • 9
2

Click once to select it. Then again click on selected title to get to edit mode.

CalZone
  • 1,701
  • 1
  • 17
  • 29