Jitsi-meet: 'React/RCTConvert.h' file not found when app is build in Xcode

Created on 6 Apr 2018  路  6Comments  路  Source: jitsi/jitsi-meet

I did everything that the docs are saying but I am not able to build the app in Xcode
I am running Xcode 9.3
react-native-cli 2.0.1

All 6 comments

Did you do pod install? What CocoaPods version do you have?

I already did pod install in the ios folder and I am using version 1.5.0 of CocoaPods

I've had the same problem since I updated XCode the other day. The React libraries are installed in the workspace, but when I build, they cannot be found.

I have the same problem

Try installing CocoaPods 1.3.1

Sorry for the late answer but I got it to work for me when I used CocoaPods 1.4 even with the new version of Xcode.
for everyone who is trying to install an old version of CocoaPods, this is the command
sudo gem install cocoapods -v 1.4.0 on Mac.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kerpan picture kerpan  路  52Comments

julianfoad picture julianfoad  路  66Comments

weeman1337 picture weeman1337  路  56Comments

jans23 picture jans23  路  130Comments

shellshocker picture shellshocker  路  47Comments