初めて 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)
シミュレーターでOK。リンク ライブラリに libiPhone-lib.a が追加されました。誰かがそれが何であるかを教えてもらえますか? お願いします