top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Change the app name from the Xcode?

+1 vote
321 views

I am working on an app and when I started the app name was different but now I want to change the app name from the Xcode.
Any help is greatly appreciated...

posted Feb 6, 2018 by Dhanalakshmi K

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

To change the App name you need to perform the following steps:
1) Select the project in project explorer and then select the target in project setting
2) Go to build settings and search for Product Name and then set the new name there.
3) Now select the Target and press enter button from the keyboard, and provide the same name as provided in the previous step.
4) Now select the Project name on project explorer window and press enter then change the name to new name and
Done.
Now clean and build our app.

answer Mar 12, 2018 by Mamatha M
Similar Questions
0 votes

I have created my own custom view using view class. Now i want to make visible my custom properties on my view's attribute inspector.

0 votes

I am facing situation to use external parameter name to a function parameter name .. How to achieve this

+1 vote

I have added an image view and setting the image to it programmatically.
I am unable to set the image to center and aspect fit the image view.
In other words, I simply want that:
Scale down to fit the image, if the image is larger in size.
Center if small in size.

+1 vote

How to declare single parameter which accept multiple values.

...