question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install Error on iOS

See original GitHub issue

Hello,

I am trying to use react-native-jitsi-meet on IOS with React.

Without running “pod install” I get the following error:

TypeError: null is not an object (evaluating 'JitsiMeetModule.call')

<global>
    index.ios.js:9:28
loadModuleImplementation
    require.js:321:11
<global>
    App.js:27
loadModuleImplementation
    require.js:321:11
<global>
    index.js:6
loadModuleImplementation
    require.js:321:11
guardedLoadModule
    require.js:201:44
global code
    index.bundle?platform=ios&dev=true&minify=false:104819:3

If I run pod install in the ios folder I get:

[!] CocoaPods could not find compatible versions for pod "JitsiMeetSDK":
  In Podfile:
    react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) was resolved to 2.1.1, which depends on
      JitsiMeetSDK (= 2.4.0)

Specs satisfying the `JitsiMeetSDK (= 2.4.0)` dependency were found, but they required a higher minimum deployment target.

I copied and pasted the contents of metro.config.js from the ReadMe into metro.config.js but this has no change.

Versions:

"react": "16.11.0",
"react-native": "0.62.2",
"react-native-jitsi-meet": "^2.1.1"

Any help appreciated…!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
TnasuHcommented, Apr 16, 2020

Hello,

I am trying to use react-native-jitsi-meet on IOS with React.

Without running “pod install” I get the following error:

TypeError: null is not an object (evaluating 'JitsiMeetModule.call')

<global>
    index.ios.js:9:28
loadModuleImplementation
    require.js:321:11
<global>
    App.js:27
loadModuleImplementation
    require.js:321:11
<global>
    index.js:6
loadModuleImplementation
    require.js:321:11
guardedLoadModule
    require.js:201:44
global code
    index.bundle?platform=ios&dev=true&minify=false:104819:3

If I run pod install in the ios folder I get:

[!] CocoaPods could not find compatible versions for pod "JitsiMeetSDK":
  In Podfile:
    react-native-jitsi-meet (from `../node_modules/react-native-jitsi-meet`) was resolved to 2.1.1, which depends on
      JitsiMeetSDK (= 2.4.0)

Specs satisfying the `JitsiMeetSDK (= 2.4.0)` dependency were found, but they required a higher minimum deployment target.

I copied and pasted the contents of metro.config.js from the ReadMe into metro.config.js but this has no change.

Versions:

"react": "16.11.0",
"react-native": "0.62.2",
"react-native-jitsi-meet": "^2.1.1"

Any help appreciated…!

me too.

0reactions
dfabreguettecommented, Sep 7, 2021

If you use expo (like me) only solution I found was ejecting the app (generating ios / android projects) and then run the project with xcode / android studio. Looks like external modules are not working fine with expo : https://expo.canny.io/feature-requests/p/webrtc

Read more comments on GitHub >

github_iconTop Results From Across the Web

If your iPhone or iPad won't update - Apple Support
Go to Settings > General > [Device name] Storage. · Find the update in the list of apps. · Tap the update, then...
Read more >
How to Fix an Error Occurred Installing iOS 16 [7 Ways] - iMobie
How to Fix An Error Occurred Installing iOS 16 · Tip 1. Check If Device Supports iOS 16 · Tip 2. Turn of...
Read more >
Unable To Install iOS 16.2 Update - An Error Occurred ...
Here're quick fixes on this iOS 16.2 Won't Install or update problem. ... iOS 16.2 Won't Install - An error occurred installing iOS...
Read more >
6 Fixes to An Error Occurred Installing iOS 16/iPadOS 16
Solution 1. Check If Your Device Supports iOS 16 · Solution 2. Force Restart Your Device · Solution 3. Free Up Space ·...
Read more >
Unable to install iOS 16.2 Update on iPhone? 6 Tips to Fix it
This error message came on screen after the new iOS setup file is downloaded but was unable to start the installation. That means...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found