How to change the name of an iOS app?

后端 未结 30 1272
被撕碎了的回忆
被撕碎了的回忆 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: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.

提交回复
热议问题