When using Twilio iOS sdk and building Cordova app openssl crashes

前端 未结 2 495

I am building a cordova app for iOS and I am using Twilio Plugin with the corresponding Twilio iOS SDK. For some reason, after calling the setup method from Twilio plugin (

2条回答
  •  Happy的楠姐
    2021-01-20 07:20

    Problem Solved. Here is what was going on. I was using OpenTok plugin as well in my project. OpenTok also uses openssl which conflicts with the one used by twilio ( differente version). I partialy solved this by removing openTok. Eventually Ill need to find a way to use both plugins.

提交回复
热议问题