tags:

views:

61

answers:

1

Hi, I have a NSDictionary object containg array of objects for particular keys, problem is that i call a funtion in a class which populate this dictiomnay and return ,when i access object for key it returns me an array containing same number of objects as i inserted but when i try to access the individual objects in this array i got an obj_msgsend error, i would be really thankful if someone can help me out.

regards mohammad salman.

A: 

Sounds like you may have a class in your NSDictionary that does not implement the NSCoding protocol.

uprise