This issue has been detected using Xcode 5.
I solved the problem, but it required a hard reset.
Some said it was because I installed Xcode outside the App Store, either because the simluator was a bug, or because Xcode was pointing to the wrong version of Simulator, or resoruce was missing the target membership or anything else. I have tried all this.
I downloaded Xcode from the App Store, reinstalled Simulators and still no luck. So I just rolled back my repository to an earlier date and lost some of my work. Not so much, because I always do little and often.
Ever since I started using storyboards back in 2011, I have always done little AND OFTEN. The storyboards are fragile.
EDIT After adding new components, the problem pops up again.
I noticed that I set the table to be static in the UIViewController. I have done this before.
I used a subclass of UITableViewController in the code, but the storyboard script was a UIViewController. Instead, I pulled out a UITableViewController and moved the table view cells into it, and it solved the problem.
All due to lack of error messages. Where did they all go with Xcode 5?
user1951992
source share