Op maandag 30 november 2015 01:59:41 UTC+1 schreef Jens Alfke: > > > > On Nov 29, 2015, at 11:30 AM, [email protected] <javascript:> 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. >
That works - thanks; What are the steps required to build a Listener framework for Apple TV ? -- 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/b5896d1a-a3ac-4bd8-aee0-36f18176fed4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
