[UICollectionViewRecursion] cv == 0x10481a000 Disabling recursion trigger logging
Asked
Active
Viewed 2,013 times
32
-
2For me it's just a UICollection with compositional layout which generates this kind of log. – Gienadij Mackiewicz Sep 27 '21 at 15:10
-
4I too face this issue only on iOS 15, with UIKit. Works perfact with older iOS. The problem is the app crashes for me! – Sunil Chauhan Sep 30 '21 at 12:31
-
1Same issue here with a compositional layout. – RoaflinSabos Oct 04 '21 at 11:52
-
1Having the same issue with compositional layout. It seems to cause a crash when apps build configuration is in release mode but doesn't cause a crash when in debug mode. This causes app to crash in testflight or appstore! – Spencer Shelton Oct 12 '21 at 21:31
-
3I also notice that its just happening in iOS 15 – umairhhhs Oct 21 '21 at 10:32