Renaming projects in Xcode 4

前端 未结 11 1946
猫巷女王i
猫巷女王i 2020-11-27 09:22

I must be missing something obvious, but I can\'t figure out how to rename my project in Xcode 4.

If I remember correctly Xcode 3 had a dedicated menu item for this

11条回答
  •  再見小時候
    2020-11-27 10:15

    In addition to renaming the project, you may want rename the scheme so that it matches your new project name.

    Xcode scheme name

    To change the name of your scheme:

    Product ==> Manage Schemes...

    Then select your scheme and hit return/enter to edit the name.

    Alternatively, Product ==> New Scheme... to create a new one with your new name :)

提交回复
热议问题