Please send me some links on how to use NSOutlineView with NSTreeController bindings with using core data.
https://www.dropbox.com/s/em7kxjqmxqjto88/outlineViewCoreData%20copie.zip?dl=0 this example is ok
https://www.dropbox.com/s/1asg3kkf9ltwj2w/outlineViewCoreData.zip?dl=0 this example is ko. ==> why
the entity EntityCategory is not key value coding-compliant for the key "category".

EntityCategoryis a subclass ofNSManagedObject. The problem is:NSTreeControllerhas only one childrenKeyPath for all obhects. - Willeke