Xcode storyboard: Internal error. Please file a bug
I had the same issue. Got it fixed using below steps :
Delete the derived data of your project
Clean your project (Shortcut :
cmd + shift + k
)
- Now, run your app.
Clearing out the DerivedData folder (in ~/Library/Developer/Xcode/DerivedData) is what fixed the issue for me.
The following steps will stop your problem.
- cmd + shift + k
- cmd + option + shift + k
- Restart Xcode
- Restart Mac.
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 helps Thanks.