Sendbird UIKit iOS crash after send message

I have clone iOS sample project for SendBird UIKit and try to send text message application is crashed
the error message :-
Terminating app due to uncaught exception ‘NSRangeException’, reason: 'Attempted to scroll the table view to an out-of-bounds row (0) when there are only 0 rows in section 0. Table view: <UITableView: 0x7ff2070d6400; frame = (0 88; 375 330); transform = [1, 0, 0, -1, 0, 0]; clipsToBounds = YES; gestureRecognizers = <NSArray: 0x600003c4dbf0>; layer = <CALayer: 0x6000032fc3c0>; contentOffset: {0, 0}; contentSize: {375, 0}; adjustedContentInset: {0, 0, 0, 0}; dataSource: <SendBirdUIKit.SBUChannelViewController: 0x7ff20783e600>>'

Hello @M-Wageh

Please let me know the version of iOS, UIKit and CoreSDK so that I can check.
And, the current version of UIKit is 1.0.9. Did you execute the ‘pod update’ command?

Please check and reply :grinning:

Thank you!

version of iOS 13.4.1
UIKit 1.0.9
CoreSDK : Xcode 11.3.1
yes I execute the ‘pod update’ command

@M-Wageh Thank you for your information.

I tried to reproduce but failed to reproduce.
If possible, can you tell me which userId you used and which channel you tested it on?
Also, please check if this problem still occurs.