Can't see build phases, general settings in Xcode 6.1
I just downloaded the XCode 6.1 seed.
I have this problem with one specific project. The information view of the project is completely different. There are no General, Build sections. All I can see is build information and settings.
Has anyone else encountered this problem? None of my old projects have this problem.
source to share
I found the problem.
This was a bug in the noob. In the target settings of the project, my target was the project, not the application.
https://dl.dropboxusercontent.com/u/42051638/Screen%20Shot%202014-10-09%20at%2012.21.29%20pm.png
Choosing the right target brought back the sections.
source to share
The OP's problem was that build steps were n't showing when opening project settings.
Simple fix:
Expand the left side panel.
Your project file is selected. (in my case it is called "opengl-series") This is a problem.
You want to select an application . (in my case "CGTutorial")
Build phases are now displayed along with other settings.
source to share