i am getting warning: incompatible Objective-C types assigning 'struct NSString *', expected 'struct NSMutableString *' on this line:-
Value = [Value stringByAppendingString:str];
I declared Value as
NSMutableString* Value;
How to rectify this?