Created
May 10, 2014 20:37
-
-
Save elizaaverywilson/b4e658246e2ae81f858c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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