我在iPhone项目的设置包中有一个字符串。
test string that formats something like this => string%@inside%dastring
用字符串和整数,然后我用这个字符串
NSString *result = [NSString stringWithFormat:stringFromBundle, replace_string, an_int_number];
但结果字符串未格式化。 我是否必须将我从bundle获得的字符串转换为其他编码?