Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes xcode xcode

Make a symbolic breakpoint at UICollectionViewFlowLayoutBreakForInvalidSizes


You can systematically solve this by doing this:

Also, you should share your complete error, so that I can lead you to more specific issue. My thinking is that you have some sort of autoLayout issue in your UICollectionView

On the left of your project, click the Break Point navigator

enter image description here

Next click on the plus button on the bottom left and click Add Symbolic BreakPoint

enter image description here

Then you will be shown a popup. Add UICollectionViewFlowLayoutBreakForInvalidSizes in there like so

enter image description here

After this, just hit enter(on keyboard) and click anywhere

Run your code and see where the project stops