I am currently using the Xcode 6 pre release (not beta) and the simulator on OS X 10.10 Yosemite beta 7. I am trying to build a project developed in xcode 6, but the app cra
This only happens for me when using either a UITableView or UITableViewController where initWithStyle: method call is set to UITableViewStyleGrouped. Changing the style to UITableViewStylePlain resolved the issues.