导出本地化时,Xcode + xcodebuild会抱怨多行字符串文字

时间:2015-09-01 08:40:49

标签: ios xcode localization xliff

我有类似

的东西
NSLocalizedString(@"key", 
                  @"comments in "
                  @"multiple lines")

在我的一个文件中以及当我尝试通过

导出包含该文件的项目时
xcodebuild -exportLocalizations -localizationPath <dirpath> -project <projectname> [[-exportLanguage <targetlanguage>]]

我收到如下错误消息:

Bad entry in file <file_name>.m (line = 35): Argument is not a literal string.

在我的实验中,当我将评论作为单行文字时,这个问题就消失了。

有没有人遇到类似的问题,并且更多地了解这里发生了什么? Xcode的其他本地化工具,genstrings,似乎处理这个问题。

0 个答案:

没有答案