I used xcode 11.6 (11E708) to compile the framework from source code, and the operation was successful according to this tutorial. But after integrating into my project, an error was reported:
Should run normally
[JitsiMeetSDK] Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
[JitsiMeetSDK] Unhandled JS Exception: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
[JitsiMeetSDK] FATAL ERROR: RCTFatalException: Unhandled JS Exception: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)
Unhandled JS Exception: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication), stack:
value@36:3544
value@36:2939
value@36:813
value@
I have tried to replace the sdk from jitsi-meet-sdk-samples-master with the one I generated, and the same error is reported after running, so the problem must be my packaging problem, but I don't know how to solve this problem.
I experienced the same issue when merging the master branch into my fork
Does the same problem occur when using Xcode 11.5 ?
Does the same problem occur when using Xcode 11.5 ?
I will try later🤔
Does the same problem occur when using Xcode 11.5 ?
I use Xcode 11.5 and I had that issue
android has the same problem
Ah wait, this is for master! Yes, this is known, it will be fixed shortly. In the interim you can use the "mobile-20.3" branch, which is the one which matches the latest release.
Sorry for the trouble.
Ah wait, this is for master! Yes, this is known, it will be fixed shortly. In the interim you can use the "mobile-20.3" branch, which is the one which matches the latest release.
Sorry for the trouble.
mobile-20.3 branch is working normally, thanks!
master is now fixed too.
I installed JitsiMeet.framework with cocopods . Run the Device (13.5.1) with Xcode 11.1 and report the following error:
[JitsiMeetSDK] [features/base/connection] No connection found while disconnecting.
[JitsiMeetSDK] TypeError: undefined is not an object (evaluating 't.replace')
[JitsiMeetSDK] Unhandled JS Exception: TypeError: undefined is not an object (evaluating 't.replace')
[JitsiMeetSDK] FATAL ERROR: RCTFatalException: Unhandled JS Exception: TypeError: undefined is not an object (evaluating 't.replace')
[JitsiMeetSDK] [features/base/lib-jitsi-meet] Failed to load config from https://chat.35g.cn/%E4%B8%B9/config.js?room=%e4%b8%b9 Error(Error){"message":"SyntaxError: Unexpected token '<'","code":"evaluate"
How to solve this problem?
Most helpful comment
Ah wait, this is for master! Yes, this is known, it will be fixed shortly. In the interim you can use the "mobile-20.3" branch, which is the one which matches the latest release.
Sorry for the trouble.