简体   繁体   中英

Unity 3.5.6 compile error on mac mini for iOS

I got compile error and do not know how to fix it:

Undefined symbols for architecture armv7:

"_mono_aot_module_Assembly_UnityScript_firstpass_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)

In build settings for valid architectures only armv7 choosen.

通过将Assembly-UnityScript-firstpass.dll.s和Assembly-CSharp-firstpass.dll.s添加到xcode项目来解决

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM