Neil
Neil

Reputation: 521

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.

Upvotes: 5

Views: 5816

Answers (2)

blkpingu
blkpingu

Reputation: 1676

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.

Upvotes: 1

Aid
Aid

Reputation: 197

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

Upvotes: 5

Related Questions