Xcode storyboard: Internal error. Please file a bug Xcode storyboard: Internal error. Please file a bug ios ios

Xcode storyboard: Internal error. Please file a bug


I faced the same issue. And it was solved by cleaning up the build files.

cmd + shift + k

AND

cmd + option + shift + k

Hope this helpsThanks.


The following steps will stop your problem.

  1. cmd + shift + k
  2. cmd + option + shift + k
  3. Restart Xcode
  4. Restart Mac.


Clearing out the DerivedData folder (in ~/Library/Developer/Xcode/DerivedData) is what fixed the issue for me.