Reputation: 2400
I managed to change my project name, but how do I change the name displayed directly to the left of "iOS Simulator"?
Upvotes: 189
Views: 87672
Reputation: 305
With Xcode 15, you can simply select the project or the scheme in the Project navigator (left menu) and you'll be able to change the name in the Identity and Type window (on the right).
Upvotes: 0
Reputation: 301
XCODE 15:
Hitting "Return" and double-clicking the scheme in the Scheme Manager weren't working for me, they both go to the Edit Scheme tab. After some trial and error this worked
Seems like the behaviour for renaming files in Finder/File Explorer where you can rename files by slowly clicking them twice.
Upvotes: 19
Reputation: 31
In Xcode click these keys:
click "Command" + "Shift" + "<"
click "Manage Schemas..."
tap your project name and then click "return" key
edit to what you want
That's it.
Upvotes: 3
Reputation: 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
Upvotes: -1
Reputation: 419
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.
Upvotes: 5
Reputation: 26375
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:
It will select the name of the scheme and allow you to edit it.
Upvotes: 561
Reputation: 2059
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
Upvotes: 11
Reputation: 1
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.
Upvotes: -9