I encountered this issue when I have a property to bind with treeController @objc dynamic var contents: [AnyObject] = []
I try to change NSMutableArray, works for me.
@objc dynamic var contents: NSMutableArray = NSMutableArray()
Topic:
UI Frameworks
SubTopic:
AppKit
Tags: