Creating breakpoint in Xcode for unrecognized selector

Setting a symbolic breakpoint for -[NSObject doesNotRecognizeSelector:] should do the trick.

In Xcode 4, press cmd+6 to go to the Breakpoint Navigator, then click the +and choose “Add Symbolic Breakpoint…”. Configure.

Leave a Comment