我第一次为 iPhone 构建并遇到了问题。我已经检查了很多帖子并没有找到答案。当我在设备上进行构建时:
Undefined symbols for architecture armv7:
"RegisterAllStrippedInternalCalls()", referenced from:
RegisterAllInternalCalls() in libiPhone-lib.a(MonoICallRegistration.o)
"RegisterAllClasses()", referenced from:
InitializeEngineNoGraphics() in libiPhone-lib.a(SaveAndLoadHelper.o)
"RegisterMonoModules()", referenced from:
_main in main.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
模拟器上没问题。libiPhone-lib.a 添加到链接库。有人可以告诉它是什么吗?请