简体   繁体   English

iOS版Mac mini上的Unity 3.5.6编译错误

[英]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: 架构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) clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

In build settings for valid architectures only armv7 choosen. 在有效架构的构建设置中,仅选择armv7

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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