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?
Asked
Active
Viewed 2.2k times
3 Answers
292
You need to click on the scheme button, then hit "Manage Schemes". Once you do so, you'll have a window like this:
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
-
2It's a bit like Finder behaviour in that a fast double click opens the items and a slow one allows renaming. – David G Nov 25 '12 at 19:54
-
2
-
2
Click once to select it. Then again click on selected title to get to edit mode.

CalZone
- 1,701
- 1
- 17
- 29