Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top