I have a UICollectionView with 1 section. The user can delete cells from the collection, and I use this code for removal:
[self.collectionView performBatchUpdate
Just put the Exceptions Breakpoint and you'll find where exactly it is crashing.