Open defigods opened 5 years ago
I think you are using react native version over 0.60.0. If you are using react native version > 0.60.0, you should install repo by using cocoapods. cd ios && pod install Then plz try again.
I'm using 0.55.4. And when I try to pod install, it's saying TwilioVoice dependency version is not existing.
Add these packages in podfile and try pod install again. pod 'TwilioVoice' pod 'react-native-twilio-voice-module', :path => '../node_modules/react-native-twilio-voice-module'
No way to do via manual linking? Why .a file is not existing now?
Could you build .a file and send it to me?
I really like your repo. I need to customize twilio voice call interface but others all use standard callkit. But when I follow manual link steps and try to build, it's failed with Build Failed message. But no specific issue's showing. And when I try to navigate libTwilioVoiceModule.a, it's not existing. Could you check and recommit code soon, please?
Regards,