Rename an iOS project in xCode 5

I need to rename an iOS project. Is there a way to do this without starting a whole new project?

All the rest of the information I found was related to Xcode 4 or old, and these methods seem to break the project - I took a snapshot before I tried to change any name.

+6
source share
2 answers

To change the schema name

First go to → Schema Management

manage schema

then edit the name of schemana

edit schema

Finally, his modified

enter image description here

+12
source

Select the project name in Xcode:

enter image description here

When re-analyzing, another window will be required, which will be displayed as: enter image description here

After that, you need to change the control scheme as:

enter image description here

enter image description here

+21
source

Source: https://habr.com/ru/post/959449/


All Articles