Running Zoom SDK from an iOS Swift framework

Hi idit,

Thanks for your reply. Could you help to confirm the following:

  • MobileRTC.framework is shown in the General > Embedded Binaries, General > Linked Frameworks and Libraries, and Build Phases > Link Binary With Libraries
  • MobileRTCResources.bundle is added correctly and shown in Build Phases > Copy Bundle Resources?

After analyzing the crash log, it seems like the crash happens with this method:

- (void)onMeetingStateChange:(MobileRTCMeetingState)state

Can you try to comment out this method and see if the crash still exist? Could you share a code snippet of the implementation of this method?

Hope this helps. Thanks!