infoPlist.strings 读取失败:无法读取数据,因为它的格式不正确
Posted
技术标签:
【中文标题】infoPlist.strings 读取失败:无法读取数据,因为它的格式不正确【英文标题】:infoPlist.strings Read Failed: The Data Couldn't be read because it isn't in the correct format 【发布时间】:2016-04-07 23:11:55 【问题描述】:我使用的是 xcode 7.3,在导入 .xliff 文件进行本地化时 xcode 崩溃后出现此错误....我认为崩溃是 xcode 错误,但不确定错误。
我没有找到关于这个确切错误的太多信息。我检查了 infoPlist.strings,它和以前一样:IDELocalizationWork 临时文件
有人能指出我正确的方向吗?谢谢
【问题讨论】:
我会首先根据适用的架构(docs.oasis-open.org/xliff/v1.2/cs02/xliff-core-1.2-strict.xsd 或 docs.oasis-open.org/xliff/v1.2/cs02/…)验证 xliff 文件,以确保它在翻译过程中没有损坏。 【参考方案1】:我认为这是失败的,因为 .xliff 导入失败并炸毁了您的 infoPlist.strings 文件 - 将其替换为占位符文本。
占位符文本作为 infoPlist.strings 文件无效。
所以我不相信 infoPlist.strings 是“一如既往”
【讨论】:
以上是关于infoPlist.strings 读取失败:无法读取数据,因为它的格式不正确的主要内容,如果未能解决你的问题,请参考以下文章
xcode 使用 Localizable.strings 而不是 InfoPlist.strings