Main storyboard not visible in XCode

The Main storyboard in an Xcode 14.01 Swift project workspace shows all panels as blank, Opening the Main.storyboard file (in Base.lproj folder) with Xcode shows it as expected but it appears blank when loaded into the project. Removing and adding the file does not show its content in Xcode.

Replies

Are they appearing black? If so, the way I fixed it was by quitting Xcode, deleting the Derived Data, and rebooting. If that doesn't fix it, do the same again, but uninstall Xcode and reinstall it.

  • No, all panels are white. Also, other projects ( including an earlier version of the project showing the problem) show main.storyboard OK. Another symptom is that clicking Info does not show the info.plist content. Launch.storyboard does not show either, and clicking the Project name does not show Targets and Project Properties. Maybe there's something wrong with how Xcode is parsing the xml in the problem project. Will try merging other files from the problem project into the earlier version.

  • Tried re-installing Xcode - problem still present

Add a Comment