skip to Main Content

Trying to open an old iOS project in my new M1 14.3 xcode. the project file is showing as XML 🙁
enter image description here

Also, storyboard files are show as XML files as well 🙁

The project does still build and runs just fine. Any trick, tips or suggestions?

2

Answers


  1. I found the answer here:
    https://www.appsloveworld.com/coding/ios/58/storyboard-only-shown-in-xml

    Just select Standard Editor and it will be fine

    Login or Signup to reply.
  2. This happens when the Code Review view is enabled. Once you disable it in the upper right corner of the Editor, the project file (or the storyboard) is displayed again in the familiar way.

    location and explanation how to disable Code Review

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search