0
I’m developing a small app on Swift for Macos, Everything was fine until you got to Core Data.
I was able to record and recover data, it’s okay that it wasn’t as good as I wanted, but since it’s the first implementation, I’m letting it go.
My difficulty is in being able to graphically visualize the data persisted in Core Data, currently I’m only able to do this via code. Is it possible to open the "database" for viewing by the Xcode itself? If so, how? Otherwise, what other alternative is there?