My app is crashing when I try to set value in NSMutableDictionary
.
Here is the code below which demostrate the crash, I am not able to find out any crash log also in the console.
NSArray *b =[[a objectAtIndex:1] valueForKey:@"value"];
NSMutableDictionary *b1 =[b objectAtIndex:0];
NSString *str = self.tes;
[b1 setValue:str forKey:@"value"];
Please help me regarding this.
b1 Dictionary log
{
question = "vale";
type = a;
}