Posts

Post not yet marked as solved
8 Replies
0 Views
(lldb) po retails { "item_id" = 43; qty = 11; } (lldb) po [retails setObject:@(self.eventID) forKey:(id)@"event_id"]; error: Execution was interrupted, reason: internal ObjC exception breakpoint(-4).. The process has been returned to the state before expression evaluation. (lldb) po [retails objectForKey:(id)@"event_id"] nil (lldb)Thank you for the help. It is odd issue. I will debug more.
Post not yet marked as solved
8 Replies
0 Views
Very good point. But It still crashed: po [retails setObject:@(self.eventID) forKey:(id)@"event_id"]; error: Execution was interrupted, reason: internal ObjC exception breakpoint(-4).. The process has been returned to the state before expression evaluation.
Post not yet marked as solved
8 Replies
0 Views
Thank you for help. But self.eventID is Int. I think the issue is in the forKey section.