How do I rename a project in Xcode 5?

后端 未结 8 1663
Happy的楠姐
Happy的楠姐 2020-11-28 20:49

How do I rename a project in Xcode 5? What steps do I need to take? In the past this was always a very tricky manual process.

相关标签:
8条回答
  • 2020-11-28 21:24

    Xcode 6 (beta 6 as of now) seems to be not very reliable with renaming projects. For me it didn't rename several of the files and groups. It also doesn't rename the physical folder the project is in. To rename my project to be sure that everything is clean I went the extra length to create a new project with the new name and copy over all the files. The assets are easy to copy but groups have to be recreated. The biggest issue with this however are CoreData data model files. Trying to simply copy this will result in a corrupt model file, even though everything looks like it is alright.

    0 讨论(0)
  • 2020-11-28 21:28

    Here is another great example which works well with xcode 5

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