i would like to do this : i have a dictionnary like this :
[myMutableDictionnary setValue:myNSNumber forKey:@"myKey"];
myNSNumber is an NSNUmber.
myCell.label.text = [self.myMutableDictionnary objectForkey@"myKey"];
i have an error whane i assign the number stored in my dictionnary to my label in myCell the error is :
je suis la 2011-05-02 15:01:01.264 [] -[NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0x225d00 2011-05-02 15:01:01.319 [] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0x225d00'
