Creating breakpoint in Xcode for unrecognized selector
Solution 1:
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.