Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS changing target name

Tags:

xcode

ios

In iOS project, I changed the target name. But for building, on the top left (beside stop button), its still showing old target name only... What should I change so that old project name will completely disappear from XCode?

like image 344
Satyam Avatar asked Mar 01 '13 07:03

Satyam


People also ask

How do I change the project name and target name in Xcode?

Select the project from the project navigator to open the project editor and see a list of the app's targets. To rename a target, select it, press the Return key, and enter the new name. If all you want to do is rename the app, you're finished.

Can you change product name Xcode?

Go to Project -> Edit Project Settings -> Select Build tab -> look for productName in packaging category. Change it to what you want.


1 Answers

Manage Schemes

Set Name

Just Click on your target Name beside stop button > Manage Schemes > Select and change name

Altered Name

like image 140
βhargavḯ Avatar answered Sep 21 '22 20:09

βhargavḯ