> On Jan 3, 2015, at 9:17 PM, Alan McKean <[email protected]> wrote: > > I have no categories in my simplified project and no calls to CoreImage. It's > really a simple project ... so far. I found the problem by creating a new > project with only CouchbaseLite linked, along with the -ObjC flag.
How exactly are you linking it? The expected way is that you link against CouchbaseLite.framework, which is a dynamic library. That won't add any link dependencies on your app itself, i.e. even if Couchbase Lite used Core Image, your app target wouldn't need to link against it. —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/DB08D12C-5EB0-48DB-9AD1-9B52A873CFD7%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
