Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project settings screen in Xcode 8?

Tags:

xcode

settings

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?

like image 824
Freddy Benson Avatar asked Sep 21 '16 16:09

Freddy Benson


People also ask

Where is Project Navigator in Xcode?

The Project navigator displays your project's files and lets you open, add, delete, and rearrange those files. To open the Project navigator, at the top of your project window's navigator area, click the icon that resembles a file folder.

What is build configuration in Xcode?

A build configuration file is a plain-text file you use to specify the build settings for a specific target or your entire project. Build configuration files make it easier to manage build settings yourself, and to change build settings automatically for different architectures and platforms.

How do I switch between two Xcode projects?

Xcode does support tabs. You can add a new one by pressing Command ⌘ + T , or go to View > Show Tab Bar to keep the bar open always so you can press the + button there. With multiple tabs, you can use Command ⌘ + { and Command ⌘ + } to cycle through them.


1 Answers

I was struggling with this as well. Follow the steps:

  1. Press your apps project at the top of the far left menu like you normally do
  2. 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.

I believe this is what you're after. Let me know if not.

enter image description here

like image 156
Nick89 Avatar answered Oct 14 '22 07:10

Nick89