views:

317

answers:

2

I want to submit an app to the app store.

The app has been developed with one name all along - "Monkeys". However, now it needs to be changed to "Apes".

Do I just need to change the Bundle display name to "Apes"? If I do this, it appears as "Apes" in the simulator and device, but the Product is still called Monkeys.app. Should I worry that it still has the old name?

If I change 'Executable file' there is a build fail.

A: 

What I did was start with Rename Xcode Project.

Nosredna
A: 

You should be able to change the "Product Name" in the target for your app in order to change the name of the app bundle that is built. You can find this setting under the "Build" tab of the target inspector.

Joey Hagedorn