XCode Project Settings unable to show

Hello there,

after the initial setup of my c++ project that included playing around with build setting etc. I did not touch the projects settings anymore.

After some weeks I needed to implement another library. It requires to access the project settings. When I try to open them via Clicking the top-most layer in the project navigator on the left (the name of the project), the tab of it opens, but it is completely empty.

When I create new projects, this works.

What can I do?

Answered by ssmith_c in 713239022

you're looking at the Code Review panel. There are no changes to review, so it is blank. You need to turn off the view by clicking the control indicated here:

Could you post a screen shot, showing where you click to access settings and what you get in the window ?

I am clicking on the highlighted "FantasyTD". In the panel in the center, nothing is shown.

For comparison, this is what i see, when i create a new project and do the same operations:

On the first screenshot (Fantasy), we see Xcode is calculating. Whet ? Hard to say. But that could explain it is not able to display anything (yet ?).

Is there a problem with one of the Frameworks ?

The "Calculating" doesn't come from XCode, but from a battery extension that display my expected battery time.

As far I can tell, the frameworks are fine and worked so far. I did not change anything with them since the initial setup (where I used the project setting etc.).

Accepted Answer

you're looking at the Code Review panel. There are no changes to review, so it is blank. You need to turn off the view by clicking the control indicated here:

Alternatively, click on the .xcodeproj file. Then in the main menu, click View -> Hide code review

XCode Project Settings unable to show
 
 
Q