在iOS集成 Unity 中报错解决方案 Undefined symbols for architecture arm64: "__mh_execute_header", referenced from: -[JLUnityManager loadUnityFramework] in JLUnityManager.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
尝试把 Xcode 项目的 build settings 里的 ENABLE_DEBUG_DYLIB 设置为 NO,编译通过。