I just imported NGUI into my project. And then I got the errors as follow.
(No problem before I import NGUI.)
--------------------------------------------
Undefined symbols for architecture armv7:
"_mono_aot_module_System_info", referenced from:
RegisterMonoModules() 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)
--------------------------------------------
My enviromment
iMac Mac OS X 10.7.5
Unity 3.5.6
NGUI 2.6.3
Xcode 4.6.3
It seems like some link error.
I've searched the "mono_aot_module_System_info" on web, but no helps.
Does somebody here have any idea ?
Please help me. I have stopped here for 2 days......
