I am creating a .strings file using the genstrings . The output file of this command is encoded using UTF-16, but when I add the generated .strings file to my project and then bild, Xcode shows a warning:
The specified input encoding is Unicode (UTF-8), but the contents of the file appear to be Unicode (UTF-16); considering as Unicode (UTF-16).
I open the .strings file in textEdit.app and save it using UTF-16, but this does not affect.
Hot to fix it? Thaks!
source share