NSCollectionView memory leak in High Sierra?
This is finally solved. When creating a class inherited from NSCollectionViewItem
with creating an xib file, the class of the File Owner in the xib is set to the subclass created before by default. When we add a custom object in the xib, this needs to be set empty.