I will give this a shot later today when I'm in front of my Mac. For what its worth, I am integrating Couchbase Lite into my existing Objective-C app. I don't know if that might have anything to do with it.
On Friday, August 26, 2016 at 2:16:59 AM UTC-4, James Nocentini wrote: > > 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/871f726c-0dfa-415d-9c8a-2c9f169f1376%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
