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