I also had this kind of problem and solved it after a week. In my case the issue was that I returned a UICollectionViewCell() when dequeuing the cells in cellForItemAt method, in case the cells couldn't be created. Try and remove the return of a UICollectionViewCell(), maybe will help fixing the crash.
Topic:
UI Frameworks
SubTopic:
UIKit