Relative Content

Tag Archive for iosfirebasecore-datacloudkit

iOS app container structure changed – database not found

Today I’m downloading my in-development iOS app container (.xcappdata) from Xcode’s devices and simulators window in order to see what’s stored in the app using Core Data (and eventually use that container to run my tests using testplans). The issue is that I can’t find the file I’m looking for, which is usually named myapp.sqlite. A quick search for .sqlite or .db files and I find nothing that ressemble my Core Data objects.