Xcode 4: Accessing Build Settings
To access build settings in Xcode 4, select the project file from the project navigator on the left side of the project window. The project file should be at the top of the project navigator. Selecting the project file opens the project settings editor. The project settings editor is Xcode 4′s replacement for Xcode 3′s project and target inspectors. Select either the project or a target from the project settings editor. Click the Build Settings button at the top of the editor. Now you should see a list of the project’s build settings.

Above the list of build settings are two sets of buttons. The first set is Basic/All. Clicking the Basic button shows the most commonly accessed build settings. Clicking the All button shows all the build settings.
The second set of buttons is Combined/Levels. The screenshot shows what appears when you click the Levels button. Multiple columns of build settings are visible: default, project, target, and resolved. If you select the project from the build settings editor instead of the target, there is no column for the target. Showing levels allows you to see any changes from the default build settings as well as any differences between project and target build settings.
If you click the Combined button, one column of build settings appears in the editor. The column shows the effective value of each build setting, the value Xcode will use when you build the project. Showing the combined build settings simplifies changing a build setting’s value.

本文详细介绍了如何在Xcode4中访问构建设置。通过选择项目文件并打开项目设置编辑器,用户可以查看和管理项目的构建设置。文章还解释了如何通过基本/所有按钮切换查看常见或全部设置,并展示如何通过不同层级显示默认、项目、目标和已解决的设置,以简化构建设置的更改。
1758

被折叠的 条评论
为什么被折叠?



