I'm trying to create a test tvOS Couchbase app. Folllowing the instructions 
on the wiki:
- I cloned the repo, branch 'release/1.1.1-appleTV'. 
- the wiki mentions using scheme 'CBL tvOS' but that generates a .a library 
- i use 'Continuous AppleTV' instead.
- I added the generated couchbase framework to my app and the frameworks 
CFNetwork, Security, SystemConfiguration as well as libsqlite3.tbd and 
libz.tbd (note the new extension).

When I then build for simulator I get a list of "std:" errors the first of 
which is:

Undefined symbols for architecture x86_64:

  "std::__1::__vector_base_common<true>::__throw_length_error() const", 
referenced from:

      std::__1::vector<forestdb::revidBuffer, 
std::__1::allocator<forestdb::revidBuffer> >::__append(unsigned long) in 
CouchbaseLite(CBL_ForestDBStorage.o)

      void std::__1::vector<forestdb::revidBuffer, 
std::__1::allocator<forestdb::revidBuffer> 

I tried using the "lib*.dylib" files from /var/lib but that didnt help.

What am I doing wrong ?
How can I build the listener framework for tvOS ?

Thanks !
 

-- 
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/a4d40e1e-7a63-47f0-9390-c0f54adb1c3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to