Pavel Repkin
12/06/2021, 10:57 AM(/Users/par/code/my/github/kmm_cocoa/MyApplicationwithframework/shared/src/iosMain/kotlin/com/example/myapplicationwithframework/Platform.kt:10:15)
at 5 shared 0x000000010b99e05d kfun:com.example.myapplicationwithframework.Platform#<init>(){} + 1181 (/Users/par/code/my/github/kmm_cocoa/MyApplicationwithframework/shared/src/iosMain/kotlin/com/example/myapplicationwithframework/Platform.kt:6:35)
at 6 shared 0x000000010b99dacd kfun:com.example.myapplicationwithframework.Greeting#greeting(){}kotlin.String + 413 (/Users/par/code/my/github/kmm_cocoa/MyApplicationwithframework/shared/src/commonMain/kotlin/com/example/myapplicationwithframework/Greeting.kt:5:26)
I know that debug information is located inside .dsym files, but I have no idea how to fix the issue.
Doesn’t CocopoaPods distribution support crash debugging yet?
EDIT
Stack trace from a CocoaPods distributed app
Uncaught Kotlin exception: kotlin.IllegalStateException: fruit expired
at 0 iosApp 0x00000001013e9131 kfun:kotlin.Throwable#<init>(kotlin.String?){} + 97
at 1 iosApp 0x00000001013e397d kfun:kotlin.Exception#<init>(kotlin.String?){} + 93
at 2 iosApp 0x00000001013e3a7d kfun:kotlin.RuntimeException#<init>(kotlin.String?){} + 93
at 3 iosApp 0x00000001013e3dad kfun:kotlin.IllegalStateException#<init>(kotlin.String?){} + 93
at 4 iosApp 0x00000001013d8302 kfun:com.example.myapplication.Platform#fruit(){}kotlin.String + 146
at 5 iosApp 0x00000001013d7f53 kfun:com.example.myapplication.Platform#<init>(){} + 1587
kpgalligan
12/06/2021, 5:11 PMPavel Repkin
12/06/2021, 5:28 PM