I want to start with a DetailViewController, not a Table View.

- So, first I create a Master-Detail Application.

- Then, I remove the Segue

- Control-drag from Nav Controller to Detail View Controller and select "root view controller"

- Nav is now directly connected to Detail View Controller

- unrecognized selector sent to instance
I'm confused because I've always done it like this in XCode5... And now it doesn't work anymore?? Some help is much appreciated guys :).
Update: When UNCHECKING Core Data at project creation, it doesn't happen. But I do need Core Data!!