How to change Xcode Project name

前端 未结 18 1500
情深已故
情深已故 2020-12-02 05:32

I have developed my app in Xcode for iPhone, in start I have just named it without secnec now I want to change my app name I have replace my old app name with new one as I h

18条回答
  •  庸人自扰
    2020-12-02 06:20

    1. On the left side expand Targets
    2. Double click on your target and then select build tab in the newly opened window
    3. on the top right there is a search box. Type - "Product Name"
    4. Now look below, under packaging section, you will see Product Name
    5. Change it and clean rebuild, your new app name should be changed by now.

提交回复
热议问题