ChristianKienle / Core-Data-Editor

Core Data Editor lets you easily view, edit and analyze applications‘ data. Core Data Editor is compatible with Mac and iOS applications and supports XML, SQLite and binary stores, visualizes all relationships and is able to edit the data and generate Objective-C code for the data model.
BSD 3-Clause "New" or "Revised" License
2.13k stars 182 forks source link

Missing data for certain tables #10

Closed evanrobertson closed 10 years ago

evanrobertson commented 10 years ago

In some of my projects when you click on a table there won't be any data or columns associated with the table.

It will usually be the same type of object that will be missing through different versions of the data store.

ChristianKienle commented 10 years ago

Can you attach a store file + a model where this happens?

evanrobertson commented 10 years ago

They are all in production apps. But I will try and get something put up so you can see it.

evanrobertson commented 10 years ago

I can't seem to replicate this building from the latest code. Will close until I see a reappearance.