General tab missing

前端 未结 4 1397
不知归路
不知归路 2021-02-04 23:53

I have just switched over to using Xcode 5. I have gone to change the name of my application with some other settings which I need to change, However when I have gone to do thi

相关标签:
4条回答
  • 2021-02-05 00:07

    Just a quick update how to do it in Xcode 8:

    0 讨论(0)
  • 2021-02-05 00:13

    The name of the application is on the Utilities file inspector for the project. With your project selected, press Cmd-opt-1 (or in the menus, View->Utilities->Show File inspector)

    0 讨论(0)
  • 2021-02-05 00:16

    You are seeing your project's settings. You want to see your target's settings.

    In the bar containing 'Info' and 'Build Settings' click on the project icon on the left and select your main target from the dropdown.

    0 讨论(0)
  • 2021-02-05 00:17

    See up in the left hand corner of your screenshot the blue icon? You have your project file selected and are viewing the project's global settings, which don't have a "General" tab.

    Click either the triangle in the box up there or the lower blue icon with "template" and select a build target.

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