Hi idit,
Thanks for your reply. Could you help to confirm the following:
-
MobileRTC.frameworkis shown in theGeneral > Embedded Binaries,General > Linked Frameworks and Libraries, andBuild Phases > Link Binary With Libraries -
MobileRTCResources.bundleis added correctly and shown inBuild 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!