在 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.