I get this “Can't use typeid with -fno-rtti” when I try to compile my project, I use the opencv framework. I googled the problem, but it seems that the errors that I found on the Internet are not related to my problem. I do not know if the problem is with the included ones, the code or the compiler.
Xcode gives me an error many times, but the first error is here:
virtual const std::type_info& type() { return typeid(T); }
source share