После копирования ключей в NSDictionary я получаю сбой. Я использую ARC. В чем причина?
-(NSArray*) findClosestPointsAroundPoint: (NSDictionary*) p inTable: (NSString*) table {
NSMutableArray* fields = [[p allKeys] mutableCopy];}
(gdb) po table
0xef7b880 does not appear to point to a valid object.