wiliam-toney / react-native-twilio-voice-module

MIT License
7 stars 5 forks source link

libTwilioVoiceModule.a not existing #1

Open defigods opened 5 years ago

defigods commented 5 years ago

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,

wiliam-toney commented 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.

defigods commented 5 years ago

I'm using 0.55.4. And when I try to pod install, it's saying TwilioVoice dependency version is not existing.

wiliam-toney commented 5 years ago

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'

defigods commented 5 years ago

No way to do via manual linking? Why .a file is not existing now?

defigods commented 5 years ago

Could you build .a file and send it to me?