I use Kotlin Multiplatform to build iOS static release framework with version 1.3.72. But I can not get the right function name for the exception happened even if I use the setUnhandledExceptionHook. When I build debug framework it will get the correct message. What should I do to get the correct message for release framework?