Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Simple iPhone App with Objective-C Deploying to a Device Wrapping Up!

Dee Greene
Dee Greene
8,508 Points

How can you change an app's name?

How can you change the app name once it is already created and deployed on a device?

2 Answers

Jo Albright
Jo Albright
5,199 Points

You cannot change it on the device directly. You will need to go back into Xcode, go to the Project -> Info page and change the Bundle Name to the new name that you want it to be. Then redeploy it to your device (or submit it to the app store).

Dee Greene
Dee Greene
8,508 Points

Thank you so much. Been trying to figure this out. Kept renaming the files and that was only messing up the project lol Thanks again!

Jo Albright
Jo Albright
5,199 Points

Glad to help. And I understand the pain, remember renaming the project and the issues that came with it.

Dee Greene
Dee Greene
8,508 Points

Would you change the project name and the folder names as well so that it is consistent with the bundle name? (That way for future reference you know where to look)

Jo Albright
Jo Albright
5,199 Points

I normally never touch the project name once I create it (it is too much of a hassle, so I normally name them vague things like "compass" then later the app name might be something weird like "Needle"... but the folder will still be "compass" and easy to remember what the app is). Also, don't put spaces in the project name... you may go insane dealing with ghost errors.