Xcode 8 中的项目设置屏幕?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/39622349/
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
Project settings screen in Xcode 8?
提问by Freddy Benson
Does anyone know how to get back the Xcode 7-style project settings in an existing project in Xcode 8? This is so weird: projects that have been created in Xcode 7 (before I upgraded to 8) now have a new style project settings page (which is very confusing, I can't find anything in there). When I create a new project in Xcode 8, the project settings page looks exactly like in Xcode 7 (with the 7 or 8 tabs next to each other, starting with General on the very left). Why am I not seeing this settings page in my older projects which I created in Xcode 7?
有谁知道如何在 Xcode 8 的现有项目中取回 Xcode 7 风格的项目设置?这太奇怪了:在 Xcode 7 中创建的项目(在我升级到 8 之前)现在有一个新样式的项目设置页面(这很混乱,我在那里找不到任何东西)。当我在 Xcode 8 中创建一个新项目时,项目设置页面看起来与 Xcode 7 中的完全一样(7 个或 8 个选项卡彼此相邻,从最左边的 General 开始)。为什么我在 Xcode 7 中创建的旧项目中看不到此设置页面?
回答by Nick89
I was struggling with this as well. Follow the steps:
我也为此苦苦挣扎。按照步骤:
- Press your apps project at the top of the far left menu like you normally do
- By default you'll be on the PROJECT section, which has a new look. Below it, you'll see TARGET, select that and you'll see the screen that you are used to.
- 像往常一样按下最左侧菜单顶部的应用程序项目
- 默认情况下,您将位于具有新外观的 PROJECT 部分。在它下方,您将看到 TARGET,选择它,您将看到您习惯的屏幕。
I believe this is what you're after. Let me know if not.
我相信这就是你所追求的。如果没有,请告诉我。