I'm getting this error message:
Undefined symbols for architecture x86_64:
"ToString(String const&, maxon::FormatStatement const*, bool)", referenced from:
void maxon::ToStrHlp<String>(maxon::String&, String const*, maxon::FormatStatement const*) in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And I'm not even using the ToString in any of my code.
Trying to recompile all my plugins to R21 is being really hard