UICollectionView + iOS 7 / Xcode 5 = Falha na asserção

No meu aplicativo, havia um UICollectionView usando flowLayout e ele estava funcionando perfeitamente no iOS 6, mas falhava horrivelmente no iOS 7. Assim que eu seguisse para a visualização contendo meu UICollectionView, aqui está o que acontece:

*** Assertion failure in -[UICollectionView _createPreparedSupplementaryViewForElementOfKind:atIndexPath:withLayoutAttributes:applyAttributes:], /SourceCache/UIKit/UIKit-2903.2/UICollectionView.m:1401
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the view returned from -collectionView:viewForSupplementaryElementOfKind:atIndexPath
(UICollectionElementKindSectionHeader,<NSIndexPath: 0x145f3f50> {length = 2, path = 0 - 0}) was not retrieved by calling -dequeueReusableSupplementaryViewOfKind:withReuseIdentifier:forIndexPath: or is nil'
(<UICollectionReusableView: 0x145f9400; frame = (0 0; 320 20); layer = <CALayer: 0x145f90c0>>)

questionAnswers(7)

yourAnswerToTheQuestion