I want to use the 'CocoaAsyncSocket' library in my Couchbase Lite application and I'm getting duplicate symbol errors likeduplicate symbol _OBJC_IVAR_$_GCDAsyncSocketPreBuffer.preBufferSize.I assume this is because Couchbase uses this library as well.
(a) Link against Couchbase Lite but not CocoaAsyncSocket. You’ll still get the GCDAsyncSocket class from Couchbase Lite. You’ll still need the headers around so you can #import them, though.
Undefined symbols for architecture armv7:"_OBJC_CLASS_$_AsyncUdpSocket", referenced from:objc-class-ref in Logger.o