So I removed all references to the library in my build settings. Copied the frameworks into my project's root and then added them to the "Link Binary with Library" list manually. Same result.
The build works fine when adding just "CouchbaseLite.framework". It only breaks when "CouchbaseLiteListener.framework" is added. I've tried building the framework myself, including it as a submodule, and the libraries that can be downloaded from the CB website. Same result. Its got to be something in my project config, but nothing stands out to me. On Friday, August 26, 2016 at 4:43:51 PM UTC-4, Jens Alfke wrote: > > I’m pretty sure you’ve got a mismatched set of CBL libraries — possibly > one is Mac and the other iOS, or maybe they’re different versions. Where > did you get the libraries from? Check the paths to the libraries in your > Xcode project to make sure they’re the ones you expect. > > —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/bc8de0eb-f6d2-4b2b-9b09-60a968a17188%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
