I searched SO ,find nothing about PBItemCollectionServicer.
PBItemCollectionServicer
My question become form my app crash(because of memory rise violently), then print:
I found that when working with drag and drop this error gets cleared up when adding
view.addInteraction(UIDropInteraction(delegate: self))
to the viewDidLoad of the view you are dropping into.