Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 8 replies, 0 views
Replied In
NSMutableDictionary addObject for key
(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.