Crash Log: specialized static UIApplicationDelegate.main()

I use Bugsnag. I haven't been able to reproduce it and I only have the Bugsnag log.

I'm in trouble because I don't know the cause. What kind of research is effective to solve it?

THREDS

34	CoreFoundation	___CFRunLoopDoSource0
35	CoreFoundation	___CFRunLoopDoSources0
36	CoreFoundation	___CFRunLoopRun
37	CoreFoundation	_CFRunLoopRunSpecific
38	GraphicsServices	_GSEventRunModal
39	UIKitCore	-[UIApplication _run]
40	UIKitCore	_UIApplicationMain
41	libswiftUIKit.dylib	UIApplicationMain(_:_:_:_:)
42	HiNative	CustomView.swift
specialized static UIApplicationDelegate.main()

ERROR

"code": "0x1",
"exception_name": "EXC_BAD_ACCESS",
"subcode": "0x109fa218",
"exception": 1,
"code_name": "KERN_INVALID_ADDRESS"

Thank you.

Replies

It’s hard to offer any insight into this based on the info you’ve posted. If you can track down an Apple crash report — there’s not much I can do with third-party crash reports, alas — please post it here and I’ll take a look.

For hints on how to do that, see Posting a Crash Report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"