objective c - Can not determine type information for -[GSMutableString stringByReplacingOccurencesOfString: withString:] -


i have strange issue (only on windows, works fine on mac). want remove blank spaces, (so replace them empty string), , have error above when come part of code:

nsstring *thereport = [thetemplate report]; thereport = [thereport stringbyreplacingoccurrencesofstring:@" " withstring:@""]; 

[thetemplatereport] return itsreport, nsstring. don't understand part mutablestring in error. have clue ? thank !


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -