无法将输入文件作为属性列表读取

Posted

技术标签:

【中文标题】无法将输入文件作为属性列表读取【英文标题】:unable to read input file as a property list 【发布时间】:2021-04-24 02:58:39 【问题描述】:

试图找出我收到以下错误的原因。

unable to read input file as a property list: The operation couldn’t be completed. (XCBUtil.PropertyListConversionError error 1.)

在这一行之后

CopyPlistFile /Users/russellharrower/Library/Developer/Xcode/DerivedData/DRN1-fhqxqayjahfwlkaxifrlezidyiun/Build/Products/Debug-iphonesimulator/DRN1.app/Entitlements.plist /Users/russellharrower/Apps/vscroll/vscroll/Entitlements.plist (in target 'DRN1' from project 'DRN1')
    cd /Users/russellharrower/Apps/vscroll
    builtin-copyPlist --convert binary1 --outdir /Users/russellharrower/Library/Developer/Xcode/DerivedData/DRN1-fhqxqayjahfwlkaxifrlezidyiun/Build/Products/Debug-iphonesimulator/DRN1.app -- /Users/russellharrower/Apps/vscroll/vscroll/Entitlements.plist

这是为了让 CarPlay 正常工作。

权利.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">
<dict>
    <key>com.apple.developer.carplay-audio</key>
    <true/>
<dict/>
</plist>

【问题讨论】:

【参考方案1】:

因为它不是有效的 xml。更改倒数第二行:

<dict/>

收件人:

</dict>

【讨论】:

以上是关于无法将输入文件作为属性列表读取的主要内容,如果未能解决你的问题,请参考以下文章

如何从“Zapier 代码”(Javascript)读取文件输入

如何读取 .hdf5 数据文件作为卷积神经网络的输入?

如何从外部文件中读取列表,以便当我输入用户名(如果它在该外部文件上)时,将打印一个真值?

未捕获的类型错误:在输入单击时无法读取 null 的属性“样式”

Python,将文件中的列表读取出来并作为列表赋给变量

如何在 OpenCV python 中读取视频流作为输入?