datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 229 forks source link

Duplicate symbols for architecture x86_64 #143

Open Zapopozapopo opened 5 years ago

Zapopozapopo commented 5 years ago

My problem is that react-native firebase uses boringSSL, this module uses openSSL. And this leads to duplicate symbols while linking. Can you suggest me something to resolve this issue?

buraktt commented 5 years ago

@Zapopozapopo updating grpc to latest fixes the issue https://github.com/grpc/grpc/pull/16358