Skip to content

Instantly share code, notes, and snippets.

@elizaaverywilson
Created May 10, 2014 20:37
Show Gist options
  • Save elizaaverywilson/b4e658246e2ae81f858c to your computer and use it in GitHub Desktop.
Save elizaaverywilson/b4e658246e2ae81f858c to your computer and use it in GitHub Desktop.
2014-05-10 15:36:42.914 Niknik[632:60b] -[NNSelectionButton selected]: unrecognized selector sent to instance 0xa2b0c80
(lldb) po button
<NNSelectionButton: 0xa2b0c80; baseClass = UIButton; frame = (0 0; 172 218); opaque = NO; layer = <CALayer: 0xa2b0e10>>
(lldb) p button.selected
error: Execution was interrupted, reason: Attempted to dereference an invalid ObjC Object or send it an unrecognized selector.
The process has been returned to the state before expression evaluation.
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment