I managed to change my project name, but how do I change the name displayed directly to the left of "iOS Simulator"?
-
[i think best one described. a graphical view][1] [1]: stackoverflow.com/a/5346944/1893753– A ROct 5, 2013 at 12:25
-
possible duplicate of Is there a way to rename an Xcode 4 scheme?– JeremyAug 28, 2015 at 17:21
-
Your screenshot is not showing...– arniotakiApr 5, 2018 at 9:29
4 Answers
This is in the Xcode documentation available from the "Help" menu. Choose "Help" > "Xcode Help", then enter "rename scheme" to find it. Here are the steps:
- Choose "Edit Scheme" from the "Product" menu.
- Click on the "Manage Schemes…" button
- Select the scheme whose name you wish to change
- Press the "Return" key
It will select the name of the scheme and allow you to edit it.
-
1that worked in XCode 8 and I find the Xcode help so generally unhelpful that I never even thought to look it up. thanks for the helpful answer. Apr 16, 2017 at 17:16
XCODE 9:
Product -> Scheme -> Edit Scheme
Or simply click and hold left mouse button on your project icon (on the right from the run button) and select Edit scheme
The best way is to duplicate the scheme that works, but with the wrong name, use the new name, then delete the bad one.
Hit the gear-button near the plus-minus buttons new the lower left corner.

