Question

I tried to open file .xcodepoj, but only one file is opened by Xcode, it is - main.m.

enter image description here

Help me please! How should I open project? What is the problem?

Was it helpful?

Solution

Had similar problem a few days ago. Way to "fix" it:

  • Expand the toolbar
  • Open the side windows that you need(probably the left one only)

Hope it helps

OTHER TIPS

This is how I restored it to the normal view.

  • View > Show Toolbar
  • View > Navigators > Show Project Navigator

Optionally

  • View > Debug Area > Activate Console
  • View > Utilities > Show Utilities

Xcode should now be in the state you want it.

Why did this happen?

Double click on one of your app file, it is gonna open in a new naked editor. Close the the Xcode app, before closing the recent opened window. Close Xcode. Open your app again, and here we are.

Solution:

you can Alt + click on the arrows to expand all the hierarchy.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top