在 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
Open a workspace, not a project in 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)
项目与工作区(如图所示)
回答by trojanfoe
Look for the .xcworkspace
bundlein 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 文件