Apple : MissingMethodException: Default constructor not found for type
해결방법 PlayerSettings → Other Settings → Managed Stripping Level 을 Minimal로 변경 발생원인 예를 들어, Apple GameKit for Unity처럼 IL2CPP 상에서 네이티브 연동을 하는 패키지는, Reflection(리플렉션) 또는 직접 참조되지 않는…
해결방법 PlayerSettings → Other Settings → Managed Stripping Level 을 Minimal로 변경 발생원인 예를 들어, Apple GameKit for Unity처럼 IL2CPP 상에서 네이티브 연동을 하는 패키지는, Reflection(리플렉션) 또는 직접 참조되지 않는…