使用R.swift检查各种string文件的问题
使用R.swift检查各种string文件的问题
========================
[R.swift] Skipping 2 strings in ‘Localizable’ (en) because symbol ‘bottle’ would be generated for all of these keys: bottle, bottle
这个错误主要是因为你在.strings文件中有两个相同的键值对,或者两个相同的键。
"bottle " = "Langyao Straight-mouth Bottle";
"bottle " = "Langyao Straight-mouth Bottle";
"bottle " = "Bottle";
"bottle " = "Langyao Straight-mouth Bottle";
这么说起来,可以用R.swift检查各种string文件的问题,缺失,重复等问题它都会报警告。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 张赛东!
评论