Recently received quite a number of crashes, and notice from the crash log it seems related to CFNetwork. In the crashed thread's stack trace, I do not see any of my application code involved.
Crash on com.apple.CFNetwork.CustomProtocols
It’s hard to say what’s going on here because your have a third-party crash reporter in play (see frames 7 and 6 of thread 29) and that’s interfering with the crash report. I recommend that you remove that. If the problem persists, post a ‘clean’ Apple crash report.
ps For an explanation as to why you should avoid third-party crash reporters, see Implementing Your Own Crash Reporter.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"