How to fix this 'Prototype Segue' related with my NSCollectionView (Xcode 7.0 beta)

So I've always wanted to code a program for OSX with Swift that needs a Collection View. As it is for OSX, it doesn't use a UICollectionView but a NSCollectionView (by the way, if you know any tuto...