Re: Can someone spot what's going on here?


Quincey Morris
 

On Aug 8, 2018, at 22:38 , Graham Cox <graham@...> wrote:

#0 0x00007fff6fd3a1f6 in __cxa_throw ()

Are you sure it’s really failing? Historically, the security framework is known to use C++ exceptions internally for flow control. If you have an Xcode C++ exception breakpoint set, it stops, but there’s really nothing wrong. The solution is to set the exception breakpoint option for Obj-C exceptions only. (Or, you can just keep resuming execution, if you want to keep the C++ exception breakpoint for other purposes.)

Join cocoa@apple-dev.groups.io to automatically receive all group messages.