ofxiOSBoost icon indicating copy to clipboard operation
ofxiOSBoost copied to clipboard

Undefined symbols for architecture arm64

Open ygx2011 opened this issue 8 years ago • 1 comments

Hello,

I got a problem like this,

Undefined symbols for architecture arm64:

"typeinfo for boost::archive::detail::basic_pointer_oserializer", referenced from:

and I used serialization libraries with LLVM 8.0 - c++, any solutions for this?

Thank you.

ygx2011 avatar Feb 08 '17 08:02 ygx2011

For future reference: the prebuilt libs aren't built with the serialization library included. So you need to run the build script with 'serialization' included in the BOOST_LIBS var.

ibaun avatar May 10 '17 15:05 ibaun