Install Error on iOS
See original GitHub issueHello,
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:
- Created 3 years ago
- Reactions:1
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
me too.
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