Localizable.strings files.. in xcode4

后端 未结 12 986
长发绾君心
长发绾君心 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

    Perhaps you have something like: "Bla"="bla";;

    Note the duplicate ; symbol. If you have that, it will compile properly but will fail in run time.

提交回复
热议问题