On May 22, 2014, at 3:40 PM, Nate Smith <[email protected]> wrote:
> For the life of me I cannot get the 64 bit version of the 3.1 beta to compile > with xcode 5.1. I keep getting this lovely error: What exactly are you trying to compile? The missing symbols are all from iOS, and your subject line says you're building for Mac. So it sounds like you're trying to build a Mac app using the iOS version of Couchbase Lite? We don't ship a pre-compiled Couchbase Lite library for Mac OS. (Maybe someday...) You'll need to check out the repository from Github and build the Mac target to produce a framework. Also, since 1.0 is out now you should work with that instead of betas. --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/B9D745EA-BEF0-40E5-A44A-6E1175E29881%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
