作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试运行我的项目时,出现此错误,指向我的本地化 .strings 文件:
read failed: The operation couldn’t be completed. (
XCBUtil.PropertyListConversionError
error 1.)
我可以做什么来解决这个问题?
最佳答案
错误所指向的 .string 文件内存在格式错误。可本地化的 .strings 文件应在行尾包含引号中的字符串(如果它们包含多个单词和/或特殊字符)和分号,如下所示:
string = translation;
"another string" = "another translation";
请引用this solution找到错误。
你应该执行
/usr/bin/plutil -lint <path to .strings file>
在终端中查找确切的问题。
关于xcode - Xcode 中的 XCBUtil.PropertyListConversionError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46792197/
当我尝试运行我的项目时,出现此错误,指向我的本地化 .strings 文件: read failed: The operation couldn’t be completed. (XCBUtil.Pr
我在调试构建过程中遇到此错误。 无法从文件中读取属性列表: /Users/..TestApp/FastApp/ios/FastApp/Info.plist:操作无法完成。 (XCBUtil.Prope
我正在将 Firebase 集成到我的 Flutter 应用程序并为 iOS 进行设置。运行应用程序时,我不断收到此错误。 Failed to build iOS app Error output f
我是一名优秀的程序员,十分优秀!