Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see build phases, general settings in Xcode 6.1

I just downloaded the XCode 6.1 seed.

I am have this issue with one specific project. The project information view is absolutely different. The General, Build phases sections are all missing. All I can see is info and build setting.

Anyone else faced this issue? None of my other old projects has this issue.

like image 590
Neil Avatar asked Oct 08 '14 20:10

Neil


2 Answers

It's a sneaky one - you click the show/hide Project Targets List icon and it pops out the Project name and its targets underneath. Click one of those and you'll get the Build Phases option showing up. enter image description here

like image 65
Aid Avatar answered Nov 24 '22 10:11

Aid


OP's problem was that the Build Phases did not show up when opening the project settings.

Simple Fix:

enter image description here

Expand the left side bar.

Your project file is selected. (in my case it's called "opengl-series") This is the problem.

enter image description here

You want to select the App. (in my case "CGTutorial")

Build phases now shows, along with the other settings.

like image 20
blkpingu Avatar answered Nov 24 '22 11:11

blkpingu