在 xcode 中打开一个工作区,而不是一个项目

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16943350/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 03:27:27  来源:igfitidea点击:

Open a workspace, not a project in xcode

xcode

提问by user678392

This is probably a trivial question, but I downloaded some code that is supposed to demo how some 3rd party code is supposed to work.

这可能是一个微不足道的问题,但我下载了一些代码,用于演示某些 3rd 方代码应该如何工作。

It doesn't work. I've been told that I should open the workspace, not the project.

它不起作用。有人告诉我应该打开工作区,而不是项目。

I have no idea what this means.

我不知道这是什么意思。

回答by Daij-Djan

project vs. workspace (shown in picture)

项目与工作区(如图所示)

enter image description here

在此处输入图片说明

回答by trojanfoe

Look for the .xcworkspacebundlein Finder and double-click it.

查找.xcworkspace在Finder中,然后双击它。

回答by Ricardo Mutti

You probably try to open the entire folder, as said try open the .xcworkspace or the .xcodeproj file

您可能尝试打开整个文件夹,如所说尝试打开 .xcworkspace 或 .xcodeproj 文件