Localizable.strings files.. in xcode4

后端 未结 12 988
长发绾君心
长发绾君心 2020-12-13 12:43

In xcode4, (I have used v4.0.1 until now and downloaded v4.0.2 yesterday.) I made Localizable.string files and compiled my project. (As you know, my source code uses NSLocal

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 13:26

    I had the same issue today after importing the localisations from Apple Notes and the cause was really subtle. The standard double quotes had been swapped with slanting double quotes.

    Slanting double quote: ”

    Standard double quote: "

提交回复
热议问题