ribesg
12/13/2019, 1:13 PMBugsnagConfiguration().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?louiscad
01/15/2020, 1:24 AMribesg
01/15/2020, 9:14 AMribesg
01/15/2020, 9:29 AM