daily-co / react-native-daily-js

https://docs.daily.co/reference/rn-daily-js
BSD 2-Clause "Simplified" License
35 stars 12 forks source link

BUG duplicate symbol '_OBJC_CLASS_$_Message' #34

Closed hahtml closed 6 months ago

hahtml commented 1 year ago

duplicate symbol '_OBJCCLASS$_Message' in: //mobile.build/Objects-normal/arm64/Message.o //react-native-webrtc/libreact-native-webrtc.a(ScreenCapturer.o)

Our project has many native code snippets and exists a class named after Message. There is also a class with the same name in ScreenCapturer file of customed react-native-webrtc. Considering the potential common usage of Message in some hybrid projects, it is better to add a prefix to Daily's Message class to prevent name conflict.

filipi87 commented 6 months ago

Hi, thank you for reporting this.

We generally avoid implementing changes to react-native-webrtc unless they are strictly necessary.

Since this issue has been inactive for so long and we currently have no immediate plans to address it within react-native-webrtc, we will be closing it.