findmate / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
17 stars 21 forks source link

when try to start call on ios "'NSInvalidArgumentException', reason: '-[JitsiMeetView setWelcomePageEnabled:]: unrecognized selector sent to instance 0x7fee9d01f170'" #12

Open mohyM opened 4 years ago

mohyM commented 4 years ago

2020-08-18 17:08:43.079539+0200 MyApp[17131:281894] -[JitsiMeetView setWelcomePageEnabled:]: unrecognized selector sent to instance 0x7fee9d01f170 2020-08-18 17:08:43.081058+0200 MyApp[17131:281894] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[JitsiMeetView setWelcomePageEnabled:]: unrecognized selector sent to instance 0x7fee9d01f170' First throw call stack: ( 0 CoreFoundation 0x00007fff23c4f02e exceptionPreprocess + 350 1 libobjc.A.dylib 0x00007fff50b97b20 objc_exception_throw + 48 2 CoreFoundation 0x00007fff23c6ff94 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 UIKitCore 0x00007fff4787df39 -[UIResponder doesNotRecognizeSelector:] + 302 4 CoreFoundation 0x00007fff23c53dac __forwarding + 1436 5 CoreFoundation 0x00007fff23c55f38 _CF_forwarding_prep_0 + 120 6 MyApp 0x0000000104b3d7f8 -[JitsiPlugin loadURL:] + 1032 7 MyApp 0x0000000104b48aa4 -[CDVCommandQueue execute:] + 900 8 MyApp 0x0000000104b389af -[CDVWKWebViewEngine handleCordovaMessage:] + 207 9 MyApp 0x0000000104b3882b -[CDVWKWebViewEngine userContentController:didReceiveScriptMessage:] + 187 10 MyApp 0x0000000104b3abbe -[CDVWKWeakScriptMessageHandler userContentController:didReceiveScriptMessage:] + 126 11 WebKit 0x00007fff2d0ddb0f _ZN28ScriptMessageHandlerDelegate14didPostMessageERN6WebKit12WebPageProxyERKNS0_13FrameInfoDataERN7WebCore21SerializedScriptValueE + 217 12 WebKit 0x00007fff2d25f227 _ZN6WebKit29WebUserContentControllerProxy14didPostMessageERN3IPC10ConnectionEN3WTF16ObjectIdentifierIN7WebCore18PageIdentifierTypeEEERKNS_13FrameInfoDataEyRKNS1_13DataReferenceE + 175 13 WebKit 0x00007fff2d461f69 _ZN3IPC13handleMessageIN8Messages29WebUserContentControllerProxy14DidPostMessageEN6WebKit29WebUserContentControllerProxyEMS5_FvRNS_10ConnectionEN3WTF16ObjectIdentifierIN7WebCore18PageIdentifierTypeEEERKNS4_13FrameInfoDataEyRKNS_13DataReferenceEEEEvS7_RNS_7DecoderEPT0T1 + 116 14 WebKit 0x00007fff2cf5926e _ZN3IPC18MessageReceiverMap15dispatchMessageERNS_10ConnectionERNS_7DecoderE + 114 15 WebKit 0x00007fff2d1a3928 _ZN6WebKit15WebProcessProxy17didReceiveMessageERN3IPC10ConnectionERNS1_7DecoderE + 24 16 WebKit 0x00007fff2cf44912 _ZN3IPC10Connection15dispatchMessageENSt3110unique_ptrINS_7DecoderENS1_14default_deleteIS3_EEEE + 158 17 WebKit 0x00007fff2cf47664 _ZN3IPC10Connection24dispatchIncomingMessagesEv + 408 18 JavaScriptCore 0x00007fff26881d74 _ZN3WTF7RunLoop11performWorkEv + 228 19 JavaScriptCore 0x00007fff26882002 _ZN3WTF7RunLoop11performWorkEPv + 34 20 CoreFoundation 0x00007fff23bb2221 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17 21 CoreFoundation 0x00007fff23bb214c CFRunLoopDoSource0 + 76 22 CoreFoundation 0x00007fff23bb1924 CFRunLoopDoSources0 + 180 23 CoreFoundation 0x00007fff23bac62f CFRunLoopRun + 1263 24 CoreFoundation 0x00007fff23babe16 CFRunLoopRunSpecific + 438 25 GraphicsServices 0x00007fff38438bb0 GSEventRunModal + 65 26 UIKitCore 0x00007fff4784fb48 UIApplicationMain + 1621 27 MyApp 0x0000000104b21e91 main + 65 28 libdyld.dylib 0x00007fff51a1dc25 start + 1 ) libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)

please help me

kmlgera commented 4 years ago

Hi, I am also facing the same issue. @mohyM , Can you please help if it is resolved at your end?

mohyM commented 4 years ago

I am trying to solve it until now @kmlgera let's try together

kmlgera commented 4 years ago

Okay @mohyM, Any finding/way that you've discovered yet to get out of this issue?