> On Apr 9, 2015, at 7:39 AM, Frederic Yesid Peña Sánchez > <[email protected]> wrote: > > There is some insight on how to include CBL as dependency for my iOS app, so > one click-build-all?
I think this will work, but I haven’t tried it — Drag the CBL Xcode project into your app’s Xcode project Go to your app target’s Dependencies build phase and add the CBL project’s “CBL iOS” target Go to the Link Binary With Libraries build phase, press “+”, and add the “Couchbase Lite.framework” from the “CBL iOS” target. —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/406919D2-0269-423E-9ACB-4ECC8FF79A52%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
