> On Aug 17, 2016, at 3:55 PM, Ben Kennedy <[email protected]> wrote: > > Hey all, > > I have a framework target, an action extension target, and an app target. The > app embeds the first two. The framework provides code shared between both the > extension and the app. Some of this code uses CBL; hence, CBL must be linked > into the framework. Other code distinct to the app also calls CBL.
Are you using the regular static-library build of Couchbase Lite? If so, you should switch to using the dynamic framework. Currently the only way to get that is to build it yourself, from the “CBL iOS Framework” target. (Oh wait, I think if you use Carthage it will also build this, because Carthage only builds dynamic frameworks.) —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/3F4D917C-ECB8-4517-8CCE-00BA172A22FA%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
