Reputation: 989
Is it possible to change the name of target ? For example, as shown in image, "Wonder Cars" to "Anything Else"?
Upvotes: 0
Views: 245
Reputation: 35131
Btw, @shruti's solution below
You mean to say you want to change the name of the group. click it once then click it again but not too fast give a little gap between two clicks or click it once then in the file inspector you can change the name
will only rename it in Xcode, but the real folder name won't be changed.
Upvotes: 0
Reputation: 1227
Yeah you can change the name of the Target by doing the following Steps...
Select the new target in the TARGETS list. Press Enter to edit the text and put a more appropriate name.
Next, go to “Manage Schemes…”, select the new scheme you created in step 1 and press “Enter”. Make the scheme name the same as the new target name (which is the one you choose for the new target.)
Upvotes: 1
Reputation: 2654
Please try with below step -
Or
You may go to Manage Scheme and create duplicate one from old target
Upvotes: 0
Reputation: 92335
Click on your project (in your image, the "AccessBox" entry in the list). You might need to open the left sidebar in the project settings: you have a kind of "tab bar" with entries like "General", "Capabilities", "Info", etc. On the the left side of this bar is an icon that like a square with a thick line at the left side. If you click that, a list of your targets appears.
In that list, simply click on a target, then click it a second time like you do in Finder to rename a file.
Upvotes: 0