简体   繁体   English

如何在项目的Xcode 3.2.5中打开“项目设置”?

[英]How do I open “Project settings” in Xcode 3.2.5 in a project?

It's assumed that I know where "Project settings" is, but I have no clue. 假定我知道“项目设置”在哪里,但我不知道。 https://github.com/facebook/three20#readme says: "Finally, we need to tell your project where to find the Three20 headers. Open your "Project Settings" and go to the "Build" tab. Look for "Header Search Paths" and double-click it. Add the relative path from your project's directory to the "three20/Build/Products/three20" directory." https://github.com/facebook/three20#readme说:“最后,我们需要告诉您的项目在哪里可以找到Three20标头。打开“项目设置”并转到“构建”标签。寻找“标头”搜索路径”,然后双击它。将项目目录中的相对路径添加到“ three20 / Build / Products / three20”目录中。”

Where is project settings? 项目设置在哪里?

You can either: 您可以:

  1. Double-click the project name in the project tree. 在项目树中双击项目名称。 It's the root object with a blue icon, or 它是带有蓝色图标的根对象,或者
  2. Select the project name in the project tree, control/right-click it and choose Get Info, or 在项目树中选择项目名称,控制/右键单击它,然后选择“获取信息”,或
  3. Go to the Project menu and choose Edit Project Settings. 转到项目菜单,然后选择编辑项目设置。

The project tree is that tree shown to the left of the Xcode window, the one that lists groups and files. 项目树是Xcode窗口左侧显示的树,其中列出了组和文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM