0

Screen shot

Is it possible to change the name of target ? For example, as shown in image, "Wonder Cars" to "Anything Else"?

3
  • 2
    You mean like you rename a file in Finder, with clicking two times on the names (but not too fast)? Commented May 27, 2015 at 7:26
  • 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 Commented May 27, 2015 at 7:28
  • possible duplicate of Change application/target name in xcode Commented May 27, 2015 at 7:30

4 Answers 4

1

Yeah you can change the name of the Target by doing the following Steps...

  1. Select the new target in the TARGETS list. Press Enter to edit the text and put a more appropriate name.

  2. 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.)

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

0

Please try with below step -

  1. Click on your target and create new scheme from old one .

enter image description here

Or

You may go to Manage Scheme and create duplicate one from old target

Comments

0
  1. Select the folder you want to rename
  2. Right click on it to show a quick menu, and select "Show in Finder"
  3. Rename the folder name as you want (select the folder, press return).
  4. After renaming, the reference in Xcode will looks like deleted in red color. Select that folder again, CmdDelete to remove the reference ("Remove Reference", not "Move to Trash"). Then press OptCmda to add back your renamed folder there again.

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.