Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 490
AKornich Avatar asked Sep 05 '25 03:09

AKornich


1 Answers

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.

like image 119
Lachtan Avatar answered Sep 07 '25 20:09

Lachtan