I am working in React Native project and I am trying to build the project and I am facing this error now
/Users/XXXX/Library/Developer/Xcode/DerivedData/XXX-cdhqlijyeqlscheswseaiojrllyn/Build/Products/Debug-iphonesimulator/`**TcpSockets**`/libTcpSockets.a(GCDAsyncSocket.o)
ld: 79 duplicate symbols for architecture x86_64
I had like 144 duplicate symbols for architecture x86_64
and my error was something like that.
/Users/XXXX/Library/Developer/Xcode/DerivedData/XXX-cdhqlijyeqlscheswseaiojrllyn/Build/Products/Debug-iphonesimulator/
react-native-udp/../..
and when I uninstall react-native-udp
the duplicate symbols decreased from 144 to 79
and I tried to delete the TcpSockets
but it gets created with the build or install pod
I don't have much knowledge in Xcode so Any clues what's the problem or maybe solution ?