Question

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.

Was it helpful?

Solution

Solved by adding Assembly-UnityScript-firstpass.dll.s and Assembly-CSharp-firstpass.dll.s to xcode project

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top