I build project that have unity classes inside. And i got this error:
Undefined symbols for architecture armv7
:
RegisterAllClassesIPhone()
, referenced fro
RegisterAllClasses()
in RegisterMonoModules.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Anyone knows how to handle with this? Thanks