Re: Tracking down NSNotification center sigaborts

2013-08-27 Thread Robert Vojta
On 27. 8. 2013, at 19:27, Alex Zavatone wrote: > But what was difficult was figuring out how to inspect what's going on in the > Notification Center. Stepping into the postNotificationName method didn't > step into anything in the debugger, making the crash a little harder to debug. You sho

Tracking down NSNotification center sigaborts

2013-08-27 Thread Alex Zavatone
I'm implementing an ARC-ized version of reachability in an iOS project in Xcode 4.6.3 by working with Apple's Reachability sample and slowly moving it over into my project. While the code was working perfectly, where I was having problems was with the notifications. Standard unrecognized selec