iSofTom / STDebugKit

Offer access to several debug tools within your app, such as CoreData browsing
MIT License
4 stars 1 forks source link

[CoreData Kit] Second level relationship causes crash #2

Open iGranDav opened 10 years ago

iGranDav commented 10 years ago

When navigating on my core data objects, and showing a second level relationship entity. This always causes a crash.

-[__NSCFString isTemporaryID]: unrecognized selector sent to instance in STDebugKitModuleCoreData.m line 89.

iSofTom commented 10 years ago

Right, because you shouldn't be able (yet) to navigate to a second level via a to-many relationship. This will be fixed in the next version.