Question

I want to rename the app I'm working on. I have changed the Bundle Name to the new name and I've also renamed the whole Xcode project. But for some reason the the .app file has the original name. Is there something I'm missing?

Thank you in advance! :)

Was it helpful?

Solution

Have you checked the Product Name under Packaging in Build Settings for the target?

By default it is set to the target name, but you can set it to what you want.

You may need to manually edit various items in the menus in MainMenu.xib, too.

OTHER TIPS

Try cleaning and rebuilding the project. But also make sure the CFBundleDisplayName isn't set to the old name in Info.plist. You might also try searching your build settings for the name just to make sure.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top