So I’ve got another issue. 1. I call a library fun...
# kotlin-native
r
So I’ve got another issue. 1. I call a library function from my app 2. This library function calls
BugsnagConfiguration().setApiKey(apiKey)
from
bugsnag-cocoa
3. It crashes with
EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
How do you debug this? When the crash occurs while debugging with XCode, XCode shows that both
self
(the result from
BugsnagConfiguration()
) and
apiKey
are
nil
on the
setApiKey
call. I don’t know if it’s actually the case, which would be weird, or if XCode is just lost. AppCode shows
parent failed to evaluate: variable not available
for
self
when in the debugger. Anyone got this kind of error?
l
Did you report it on kotl.in/issue or on kotlin-native GitHub? You might get some help there with a repro project
r
I was waiting for the end of holidays to bump this thread 🙂