I've tried on Xcode 7 and it linked successfully. Can you try to copy the CBL frameworks in a new Frameworks folder in your Xcode project in Finder first? Then drag them to the Link Binary With Libraries section in Xcode.
If it's a Swift project, the bridging header needs both imports: #import <CouchbaseLite/CouchbaseLite.h> #import <CouchbaseLiteListener/CouchbaseLiteListener.h> James On Friday, 26 August 2016 04:22:21 UTC+2, Nathan Jackson wrote: > > > Yeah, here is what my "Link Binary with Libraries" section looks like. > > > > <https://lh3.googleusercontent.com/-cR0bJikg48c/V7-nkEwXSrI/AAAAAAAAF-w/-xUTJnWS3SgLclldVfVKE38Ji8wjHqo2wCLcB/s1600/Screen%2BShot%2B2016-08-25%2Bat%2B10.20.10%2BPM.png> > > The libXlsxReaderWriter is for some other functionality of my app. > > On Thursday, August 25, 2016 at 10:10:31 PM UTC-4, Jens Alfke wrote: >> >> Are you linking with both frameworks? The listener depends on >> CouchbaseLite. >> >> --Jens >> > -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/615f3cfc-6601-4a38-ab96-0992cb39fafc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
