You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
Hi!
I'm having problems when trying to use the Couchbase-Lite library alongside with CocoaLumberjack. It seems that CBL already includes CocoaLumberjack so the linker throws a bunch of errors like this:
duplicate symbol _OBJC_IVAR_$_DDLogMessage.logFlag in: /(...)/Pods/couchbase-lite-ios/CouchbaseLiteListener.framework/CouchbaseLiteListener(DDLog.o)
Did anyone manage to use both libraries in a project?
Thanks in advance!
Jens Alfke
unread,
Apr 2, 2014, 10:09:40 AM4/2/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobile-c...@googlegroups.com
On Apr 2, 2014, at 2:02 AM, Matija Alanović <mat...@infinum.hr> wrote:
I'm having problems when trying to use the Couchbase-Lite library alongside with CocoaLumberjack. It seems that CBL already includes CocoaLumberjack so the linker throws a bunch of errors like this:
You can remove the CocoaLumberjack source files from your own app’s target.
Or, you can build Couchbase Lite yourself, and modify the project by removing the CocoaLumberjack sources from the “CBL Listener iOS” target.