> On Jun 28, 2015, at 12:29 PM, Brendan Duddridge <[email protected]> wrote: > > Hi, > > When I compile the iOS Couchbase Framework and add it to my project, my > project is unable to find it when I reference Couchbase like this: > > #import <CouchbaseLite/CouchbaseLite.h>
Hm. That is the correct syntax; you shouldn’t change it. > I also checked my Framework Search Path for my target and project to make > sure it has an entry for the folder where the CouchbaseLite.framework bundle > is. It sounds like the search path is wrong. What exactly is the “Framework Search Paths” setting for your target? And what are the exact absolute paths to the Xcode project and to the CouchbaseLite.framework? (Also, as a sanity check, make sure that the framework has a Headers directory that contains the expected headers.) > I would rather not disable bitcode in my project. Then you’ll need to build your own Couchbase Lite for the time being. Only Xcode 7 has support for emitting bitcode, but we won’t ship a release built with a beta-quality compiler. Once Xcode 7 ships, our next Couchbase Lite release will be built with it and include bitcode. —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/E1C6A2F0-5360-4DAD-9A63-76BD8C57C686%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
