Closed leon2835 closed 5 years ago
And if i npm install react-native-voximplant@latest --save, without delete all the library, and update podfile with
pod 'react-native-voximplant', path.....' I will get Native modules cannot be null issue.
Hello @leon2835 ,
Please find my notes below regarding reported issues:
And if i npm install react-native-voximplant@latest --save, without delete all the library, and update podfile with pod 'react-native-voximplant', path.....' I will get Native modules cannot be null issue.
You should remove all libraries from Libraries
group as it described in the instructions. We support CocoaPods integration only. Combining different types of integration react native libraries would lead to unexpected behavior and broken application.
Undefined symbol: _OBJCCLASS$_RNFirebaseNotifications - first reported issue.
First of all, this error does not relate to the Voximplant React Native SDK, this is RNFirebase integration issue in your project. Please follow my recommendations:
Libraries
group. If you want to use Voximplant React Native SDK in your project you should integrate everything via CocoaPods. use_frameworks!
lines from your Podfilepod deintegrate
and pod install
Please let me know if you face any issues.
Best regards, Yulia Grigorieva
Hi @YuliaGrigorieva , Currently i create a new project, and i npm install react-native-voximplant@latest I deleted all library .xproj file, & successfully build into iphone. But the problem is, if let's say i npm install react-native-gesture-handler & react-native link react-native-gesture-handler & build in IOS. It will should Native module cannot be null. (Perhaps I didnt add xcodeproj file inside library and link in build phases. *How to overcome the issues above? Thank You
Issue solved, seems like need rm -rf Pods & pod install again.
Hi @YuliaGrigorieva
After i do all the steps that you mentioned from #42 & #72 After i delete all the library. I'm still unable to build it.
Podfile
Package.json
Is it mean that i should not "Delete all the library .xcodeproj e.g RNFirebase.xcodeproj?