Whenever I try to open my storyboard, Xcode crashes with the following error message

The funny thing is that the application works fine in the simulator and builds without errors. What causes this crash? I see two possible failures:
Exception reason: UITableView dataSource is not set
but should this not cause the storyboard to fail?
Details: Failed to compute auto layout status IBLayoutConstraint, IBUIButton, IBUIDatePicker, IBUITextField, IBUIView, IBUIViewController, and IBUIViewControllerAutolayoutGuide.
Which does not give much information.
I have been using the storyboard with Xcode 5 for some time, so the question does not seem to be related to the transition from Xcode 4 to 5. I can open the storyboard as XML, and I can just open my storyboard for the iPhone.
Kevin source
share