Can I check the Core Data model from xCode?

Is it possible to check the Core Data model from xCode?

I want to see if the data is stored correctly in the database.

thank

+3
source share
3 answers

There is no direct "show me some data stored on some path that I indicated somewhere in my code or at runtime that uses this model."

If you want to easily view the file in Xcode, you need to add the file to your project (do not let it be copied to the project - just link to it) so that you can select it in the navigator.

. (, XML - , ). SQLite-, , , . Xcode / SQLite.

+1

Core Data Modal Xcode... "SQlite Database Browser", ... . ...

P.S. Core Data Modal Xcode, , ...

0

All Articles