I’ve been looking into some tutorials on using Core Data, and I’ve seen consists of setting up the Entities and Attributes for Core Data in *.xcdatamodeld, then actually working with the data itself through a view on the app using NSManagedObjectContext and all the related coding.
I’m wondering if there is a way to see the data (from within Xcode) without having to build up a whole view to do it? I was looking through the Apple docs quick and everything there also just seems to have all the code for accessing the data, but I didn’t see anything that suggests just looking at the tables is even possible.
Use an SQL app and inspect the database.