How to change the name of an iOS app?

后端 未结 30 1123
被撕碎了的回忆
被撕碎了的回忆 2020-11-22 08:11

I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since it\'s nearly finished.

But I\'m n

相关标签:
30条回答
  • 2020-11-22 08:54

    This is how I changed in Xcode 4:

    1. Click on your Target file (First Main file of the application).
    2. Go to Build Settings.
    3. Scroll down you will find a bar called "Packaging".
    4. Under Packaging you will see Product Name, you can change project name.
    0 讨论(0)
  • 2020-11-22 08:54

    In Target>Build Setting>Product name field you can edit that field here.

    0 讨论(0)
  • 2020-11-22 08:55

    Easiest way: select the TARGET name, double click on it, rename. You'll see your app's new name underneath the icon on your device or Simulator.

    0 讨论(0)
  • 2020-11-22 08:57

    A note on the bundle display name -- this is the right way to change the name in your app menu, but you'll likely have to reset content and settings in your iOS simulator before you see the change actually take effect.

    0 讨论(0)
  • 2020-11-22 08:57

    Using Javier's approach to rename my app works perfectly. There is just one small bit missing in the end that I wanted add.

    I still ended up getting a Mach-O Linker Error after a Clean and Rebuild. To resolve this; select yourProject(in the Project Navigator) > under Targets select yourProjectTests(the test target) > under the General tab, update the Host Application's value to the newly renamed project.

    0 讨论(0)
  • 2020-11-22 08:58

    In Xcode 4 search for "Product Name" under "Build Settings" tab of the target.

    0 讨论(0)
提交回复
热议问题