Localizable.strings - The data couldn’t be read because it isn’t in the correct format

前端 未结 18 1192
广开言路
广开言路 2021-01-30 06:20

If I copy something from textedit or web and paste it to localizable file it shows this compilation error. If I type those in localizable file it does not show any error. I am a

18条回答
  •  走了就别回头了
    2021-01-30 07:06

    Your syntax seems to be fine, the only thing that I can see can "break" your file and cause this error is the quote character. Make sure to use the reqular one " and not in any other form like for example.

提交回复
热议问题