Hey everyone,

I've been running into a frustrating issue with Xcode recently. Whenever I try to open a storyboard or XIB file, Interface Builder just doesn't load it. The canvas stays blank, or sometimes it shows a spinning icon indefinitely. This happens with both new projects and existing ones that used to work fine.

I've tried the following without success:

  • Restarting Xcode
  • Restarting my Mac
  • Cleaning the build folder (Cmd+Shift+K)
  • Deleting derived data
  • Deleting the .xcuserstate file

I'm currently using Xcode 15.0.1 on macOS Sonoma 14.1. Has anyone else encountered this, or does anyone have any ideas on what else I could try?

Here's a snippet of my project setup:

// Not directly relevant, but shows my environment
Swift Version: 5.9
Target OS: iOS 17.0
Xcode Version: 15.0.1
macOS Version: 14.1 (Sonoma)

Any help would be greatly appreciated!