I've seen other questions asking the same thing and they're all marked as "answered" but the answers they provide are not working for me.
I created a base cocoa application in Xcode 5 and made it a Core Data/Document app. I added a few entries to Core Data and can see them in NSLog when I read them back... now where is my sqlite DB located?
I checked: ~/Library/Containers/
And my app is not there.
I checked: ~/Library/Developer/XCode/DerivedData/
And I found my app there, but I went through every single folder and can't find the SQLite at all.
Can anyone tell me where this is at? This is a Mac OSX app, not an iOS app.
~/Library/Application Support/appname/IIRC, but im sure you can change the path to whatever you like. just search your library folder for it.