Hello i am having problem in copying data from one NSDictionary to another i used the
[dicForFoodproduct_fromWeb initWithDictionary:dictforfoodproduct];
Here it terminates and says "unrecognized selecter sent to the instance..." I am getting 5 key values in dictForFoodProduct
but am unable to copy that key values into dicForFoodProduct_fromWeb
.