How to change the name of the active scheme in Xcode?
Asked Answered
T

7

175

I managed to change my project name, but how do I change the name displayed directly to the left of "iOS Simulator"?

Transgression answered 7/5, 2013 at 9:51 Comment(3)
[i think best one described. a graphical view][1] [1]: https://mcmap.net/q/35642/-is-there-a-way-to-rename-an-xcode-4-schemeRabbinate
possible duplicate of Is there a way to rename an Xcode 4 scheme?Cobblestone
Your screenshot is not showing...Proud
E
535

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:

  1. Choose "Edit Scheme" from the "Product" menu.
  2. Click on the "Manage Schemes…" button
  3. Select the scheme whose name you wish to change
  4. Press the "Return" key

It will select the name of the scheme and allow you to edit it.

Ehrsam answered 7/5, 2013 at 21:35 Comment(2)
that 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.Seasonseasonable
Note that you need to literally press "Return", double-clicking takes you to the wrong place.Mercedezmerceer
M
11

XCODE 9:

Product -> Scheme -> Edit Scheme

enter image description here

Or simply click and hold left mouse button on your project icon (on the right from the run button) and select Edit scheme

enter image description here

Mestas answered 13/3, 2018 at 6:6 Comment(0)
G
5

If your XCode is version 13 you can Duplicate the Schema > Set the new name > Choose the old name schema from the list and press the Minus button at the bottom to delete.

That's the only way I could achieve this since the Schema Manager doesn't let me rename directly from the Scheme List pressing Return.

It's weird but worked so far.

Goodyear answered 17/2, 2023 at 13:50 Comment(0)
C
1

In Xcode click these keys:

  1. click "Command" + "Shift" + "<"

  2. click "Manage Schemas..."

  3. tap your project name and then click "return" key

  4. edit to what you want

That's it.

Cluny answered 5/7, 2023 at 14:23 Comment(0)
I
-1

you change from the help menu on the hand you can find the product menu choose scheme and edit the name or you can add new one.enter image description here

Intendance answered 26/3, 2023 at 9:4 Comment(0)
M
-5

You can remove them, then add them again with a new name.

Millinery answered 22/1, 2021 at 7:34 Comment(0)
G
-9

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.

Guardi answered 26/7, 2016 at 6:25 Comment(1)
Sorry but that is an awful wayGermane

© 2022 - 2024 — McMap. All rights reserved.