ofxiOSBoost
ofxiOSBoost copied to clipboard
Undefined symbols for architecture arm64
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.
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.