Iam working on app and when i debug my code it is showing the following error.
-(IBAction)addSelected:(id)sender { NSString* emptyStr = @\"\"; NSDictio
@"name," @"Type", should be @"name", @"Type",
@"name," @"Type",
@"name", @"Type",
The , is inside the string.
,