Jitsi-meet: Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication)

Created on 21 Jul 2020  Â·  9Comments  Â·  Source: jitsi/jitsi-meet

Description:


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:

Steps to reproduce:

  1. pull from last master branch
  2. build framework (xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive)
  3. integrated to my project and run

Expected behavior:


Should run normally

Actual behavior:



[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
@36:841
value@36:2939
value@36:813
value@:

Server information:

  • Jitsi Meet version:
  • Operating System:

Client information:

  • Browser / app version:
  • Operating System:iOS 13.5.1

Additional information:


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.

confirmed ios mobile

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.

All 9 comments

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?

Was this page helpful?
0 / 5 - 0 ratings