I have created a app with the name “sampleApp”.In that, I want to change the name of the file “sampleApp.app” which is present under product category in the project navigator pane of the left side of the xcode.How do I change this name to “myApp.app”. I dono how to change this.Pls help.
Thanks in advance
Go to your target and then choose the Build Settings pane. There, look for a “Product Name” key and assign to it the desired value. See also this image:
You could also rename entirely your project as an alternative.