Posts

Post not yet marked as solved
4 Replies
2.2k Views
I have this crash reported by Crashlytics, on iOS 13.4, beta 4:"Fatal Exception: NSInvalidArgumentExceptionindex out of bounds for arranged subview: index = 9 expected to be less than or equal to 8"Somehow it is triggered by UIAlertController, when I press UIAlertActions, but I also have it on views that contain pickers.On the console I have this:"Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'index out of bounds for arranged subview: index = 9 expected to be less than or equal to 8'*** First throw call stack:(0x1aa549828 0x1aa26bbcc 0x1aa440208 0x1ae97ae38 0x1adc99ce8 0x1adc9c564 0x1ae993210 ....libc++abi.dylib: terminating with uncaught exception of type NSException "I have added a breakpoint exception, but it does not help much.On previous iOS versions, everything was ok.
Posted
by laurac.
Last updated
.