Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 - cannot expand Projects/Target tab

I am completely flummoxed by what ought to be a rather simple task. My Projects/Targets tab in Xcode 7 has become shortened in width, as you can see below.

enter image description here

All attempts to drag the rightmost side of the area to the right to expand the width fail (I can get the little |> arrow if I mouse over the right bounding line, but click + drag results in no change). I've closed/reopened the tab, restarted xcode... Nothing works. What am I missing? Alternately, is there a way to reset the width to its original value? There was a time (just a few days ago) when the width was appropriate to display the text inside.

like image 554
WendiKidd Avatar asked Oct 05 '15 20:10

WendiKidd


People also ask

How do I add a target to my Xcode project?

You can also add new apps, system extensions, test suites, and other types of targets to your project. To add a new target: Choose File > New > Target. Select the platform for the new target.

How do I change targets in Xcode?

Go to project's settings in the Project Navigator panel. Under the Targets sections, right click the existing target and select Duplicate to copy your existing target. 2. Xcode will ask you if your new target is for iPad development.

What is an Xcode target?

Xcode targets can let you take related code, put it into one project, yet simultaneously target that code at each of Apple's platforms: iOS, macOS, watchOS, and tvOS.


1 Answers

Had to the same issue recently. First hide the utility and navigator areas. Then try to expand the project/target tabs. When you reopen the both areas, the project/target tabs will still be expanded.

like image 150
kayla d Avatar answered Oct 10 '22 14:10

kayla d