> On Nov 29, 2015, at 11:30 AM, [email protected] wrote: > > 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:
Those are part of the C++ standard library. Add the “libc++.tbd” library. (IIRC I included both the SQLite and ForestDB storage modules in the tvOS build, and the ForestDB glue is written in C++.) —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/654B6869-B596-401C-877C-7B14A82225E4%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
