Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libTwilioVoiceModule.a not existing #1

Open
defigods opened this issue Sep 3, 2019 · 5 comments
Open

libTwilioVoiceModule.a not existing #1

defigods opened this issue Sep 3, 2019 · 5 comments

Comments

@defigods
Copy link

defigods commented Sep 3, 2019

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
Copy link
Owner

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
Copy link
Author

defigods commented Sep 3, 2019

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

@wiliam-toney
Copy link
Owner

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
Copy link
Author

defigods commented Sep 3, 2019

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

@defigods
Copy link
Author

defigods commented Sep 3, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants