On Feb 27, 2014, at 3:16 PM, Jeremy Bone <[email protected]> wrote:
> After downloading and successfully building the iOS framework per the Github > instructions (there's actually no "CBL iOS" scheme--the target is named that > but the scheme appears to be called "Continuous iOS") Hm, I fixed that in the wiki last week. Were you working from the summary in the readme itself? I just looked at it and it still has the wrong name. I'll fix that. > and then adding it to my project, I get a host of undefined symbol errors > related to sq3lite (included below) when building my project. Did you remember to add the sqlite3 library to your app target? See step 3.1v in "Linking Couchbase Lite Into Your Own App". Also, for most users we recommend downloading the pre-built framework, to save the kind of trouble you're running into. Unless you're really into DIY or want to make sure you're on the bleeding-edge master branch, it's easier to avoid building it yourself. --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/63DAEFC6-5406-487C-B8D7-5963B1164FF7%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
