Created
October 11, 2017 14:20
-
-
Save radianttap/8a9619e5dc9c32f2b8a38fc81dd191a3 to your computer and use it in GitHub Desktop.
This file contains 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
(lldb) po ticketManager.isBuildingTicket | |
error: warning: <EXPR>:12:9: warning: initialization of variable '$__lldb_error_result' was never used; consider replacing with assignment to '_' or removing it | |
var $__lldb_error_result = __lldb_tmp_error | |
~~~~^~~~~~~~~~~~~~~~~~~~ | |
_ | |
error: <EXPR>:18:5: error: value of type 'TicketController' has no member '$__lldb_wrapped_expr_0' | |
$__lldb_injected_self.$__lldb_wrapped_expr_0( | |
^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment