Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does clicking on a project in the Xcode navigator show a raw pbxproj file

Tags:

xcode

... rather than a gui for build phases, targets, etc?

I usually see the gui.

like image 568
Rose Perrone Avatar asked Mar 09 '13 00:03

Rose Perrone


1 Answers

Sometimes this happens because you are in version-control view. There are three buttons: normal view, assistant view, and version-control view. Make sure you're in one of the first two.

enter image description here

EDIT: Also, I had another thought. "pbxproj"??? The current suffix is "xcodeproj", and has been for a really long time. You might be just trying to open a file that's too old for your version of Xcode.

like image 132
matt Avatar answered Nov 15 '22 03:11

matt