Well, may be this question is silly, but I couldn\'t find a way (except programmatically). I built a project (for iPhone OS 3.0) which uses Core Data. The xcdatamodel f
If you use an SQL store then any of the common tools for analyzing SQL should work to display the contents of the SQL store. However, owing to the way Core Data handles things behind the scenes, it will be difficult to interpret.
In order to easily read the data in the SQL store you'll need a specialized tool. I haven't used it yet but Core Data Editor looks useful.