Assertion failed: (false && “compact unwind compressed function offset doesn’t fit in 24 bits”), function operator(), file Layout.cpp, line 5758.
해결방법 unityFramework의 buildSetting에 -ld64 -ld_classic 추가
해결방법 unityFramework의 buildSetting에 -ld64 -ld_classic 추가
해결방법 PlayerSettings → Other Settings → Managed Stripping Level 을 Minimal로 변경 발생원인 예를 들어, Apple GameKit for Unity처럼 IL2CPP 상에서 네이티브 연동을 하는 패키지는, Reflection(리플렉션) 또는 직접 참조되지 않는…