Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 13 for iOS 15 getting warning on console UICollectionViewRecursion] cv == 0x7fc7f418e000 Disabling recursion trigger logging

I am using CompositionalLayout for UICollectionView. Before iOS 15 working fine without warning. But in Xcode 13 and iOS 15 getting below warning while scrolling UICollectionView

[UICollectionViewRecursion] cv == 0x7fc7f418e000 Disabling recursion trigger logging

I am using diffrent type of custom cell and that custom cell using customview.

Here is my configuration for cell UICollectionView ->CustomUICollectionviewCell->CustomUIView(load by nib)

How to resolve this issue?

Thanks in advance.

like image 396
Dhanraja Avatar asked Oct 27 '21 05:10

Dhanraja


1 Answers

I don't believe there's any real issue here. I get this message in an app that doesn't even use collection views. You should just ignore the message, which appears only in the Xcode console and probably only on a simulator.

like image 162
matt Avatar answered Oct 23 '22 12:10

matt