Some small partners have just entered the iOS development industry there is always a problem, how to change the name of the project has been created? Is it necessary to rebuild the project? The answer is no, we can modify the project name directly in Xcode.
Step: Directly in Xcode click on the left project name, modify the name directly, after the completion of the popup window, click Rename, do not generate a snapshot, click Disable. Click OK. The project name is modified.
The second place needs to be modified: Click on the project name under which you are running, click Edit Scheme, click Manage Schemes under the popup window, directly select the project name and modify the name directly. Then command +b compile, found that there is an error. Because of the link error, unable to find the resource bundle, there are many ways to resolve this error, but there is a more direct method, click on the left side of the project name, modify the original project name, and then Command+b, found that the compilation is successful, there is no error. Then, click on the project name on the left again, modify the project name you want to modify, and then command+b again, the results found that the compilation was successful.
Well, in this way, we have finished revising the project name. Ok
About the project folder, can be directly modified, renamed, does not affect.
How Xcode modifies the project name