https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

05/10/2019, 8:14 PM
has anyone seen a crash running unit tests for an iOS app after bringing in a Kotlin MPP via pods? libc++abi.dylib: terminating with uncaught exception of type NSException
it's super early on and I have basically no information t o work with
o

olonho

05/11/2019, 10:14 AM
have you tried to run your app in lldb?
k

Kris Wong

05/11/2019, 5:12 PM
I ran in the debugger with exception breakpoints
Crashes in c++ runtime
o

olonho

05/12/2019, 6:46 PM
without backtrace we cannot help here
k

Kris Wong

05/17/2019, 5:14 PM
apologies for the delay. i have been at conferences the past 2 weeks
stack trace
as you can see it's not helpful
3 Views