Author Topic: HELP.  (Read 2978 times)

nakmaura343

  • Guest
HELP.
« on: July 30, 2013, 10:48:50 PM »
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...... :'(

nakmaura343

  • Guest
Re: HELP.
« Reply #1 on: July 31, 2013, 02:03:17 AM »
All right.
I solved it myself.
I lost the lib of "System.dll.s".
Add it, and it works well.