Zoom Meeting SDK for iOS crashes when trying to end meeting

Description
Zoom iOS Meeting SDK crashes after ending meeting.
Updating or downgrading Meeting SDK version haven’t solved the issue.

Which iOS Meeting SDK version?
v5.9.1.2180-v5.10.3.3244

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Start a meeting
  2. Try to end the meeting

Screenshots
n/a

Smartphone (please complete the following information):

  • Device: iPhone 12 and iPhone 13 Pro
  • OS: iOS 15.3.1

Additional context

After starting a meeting alert appears saying that “This meeting is being archived”

Fatal Exception: NSRangeException
Cannot remove an observer <ZMZoomViewController 0x10c113800> for the key path “contentOffset” from <ZMHorizontalTableView 0x10c1a7600> because it is not registered as an observer.

Fatal Exception: NSRangeException
0 CoreFoundation 0x99d78 __exceptionPreprocess
1 libobjc.A.dylib 0x16734 objc_exception_throw
2 Foundation 0x35828 -[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:]
3 Foundation 0x5a068 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:]
4 MobileRTC 0x3687bc (Missing UUID ca6e9b1e48e43b299e5d8a3ac91c55d7)
5 MobileRTC 0x124ba4 (Missing UUID ca6e9b1e48e43b299e5d8a3ac91c55d7)
6 MobileRTC 0x1c6a44 (Missing UUID ca6e9b1e48e43b299e5d8a3ac91c55d7)
7 MobileRTC 0xb621c (Missing UUID ca6e9b1e48e43b299e5d8a3ac91c55d7)
8 MobileRTC 0x32d478 (Missing UUID ca6e9b1e48e43b299e5d8a3ac91c55d7)
9 CoreFoundation 0x2b324 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
10 CoreFoundation 0xc7ac4 ___CFXRegistrationPost_block_invoke
11 CoreFoundation 0x9acc0 _CFXRegistrationPost
12 CoreFoundation 0x4139c _CFXNotificationPost
13 Foundation 0xb5ad4 postQueueNotifications
14 CoreFoundation 0x41bb4 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION
15 CoreFoundation 0x10b70 __CFRunLoopDoObservers
16 CoreFoundation 0xbb14 __CFRunLoopRun
17 CoreFoundation 0x1f6b8 CFRunLoopRunSpecific
18 GraphicsServices 0x1374 GSEventRunModal
19 UIKitCore 0x513e88 -[UIApplication _run]
20 UIKitCore 0x2955ec UIApplicationMain
21 LiveBoard 0x724c main + 27 (AppDelegate.swift:27)
22 ??? 0x1058f9ce4 (Missing)

Hi @garush, thanks for using our SDK.

Sorry to hear you’re running into a crash. I haven’t been able to reproduce this crash, so let’s try to narrow down what we’re doing differently.

  1. Are you using the default meeting UI or a custom meeting UI?
  2. Can you reproduce this crash using the SDK sample app?

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.