Xcode 13 application projects open as text instead of project settings editor
Asked Answered
R

2

24

After upgrading from Xcode 12 to 13, when I open an Xcode workspace with multiple application projects and click/select a project in the Navigator view, Xcode opens the project as a text file instead of the projects settings view (the one with multiple tabs and target definitions).

By the way, similar problem happens when I select a .plist file within the Navigator - it opens up as xml text file instead of the Property List Editor spreadsheet-like view.

Is there any way to fix it?

Ridgley answered 22/11, 2021 at 7:57 Comment(0)
L
59

Updated answer:

Menu Bar: View > Hide Code Review

Original answer:

I haven't found any other workaround than:

  1. committing changes
  2. removing repo
  3. cloning it again

Then I was able to checkout the branch and continue in work.

Ludivinaludlew answered 5/2, 2022 at 9:18 Comment(3)
This shouldn't be the accepted answer as it is a workaround. Actually, the "code review" button as mentioned in the answer below from @Artemiy is the right solution.Communicate
You're right. I have updated my answerLudivinaludlew
Menu Bar: View > Hide Code Review is working ThanksHanoi
V
28

I had this issue and found a button which switches the mode:

enter image description here

Via answered 7/6, 2022 at 21:4 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.