This is pretty late, but I found the problem:
NSCollectionView silently provides an incompatible implementation:
-(NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)sender
... Apple . draggingEntered, , :
-(NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)sender
{
return [self draggingEntered:sender];
}
( SO, , "" , ... (, Apple!). , - -point CollectionView?).
UPDATE: , NSCollectionView. - Xcode4 , , . / .
( , , , -, , )