Я получаю SIGABRT в этой строке
NSArray *array = [dict allValues];
Я проверил свой диктат, поставив NSLog как раз перед этим, и он выглядит нормально
NSLog(@"dict value : %@",dict);
Вывод:
({"category_id" = 1; content = ({copyright = copyright; description = ""; endDate = "18-12-2011"; .....
2011-08-05 16:02:44.576 xxx[7578:b603] -[__NSArrayM allValues]: unrecognized selector sent to instance 0x4e36a10
2011-08-05 16:02:44.578 xxxx[7578:b603] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM allValues]: unrecognized selector sent to instance 0x4e36a10'
Есть идеи?