Skip to content

Attempt to read property "nodeValue" on null #8

@hsklia

Description

@hsklia

Hello
When plist contain empty key and value, the library raise excception (CFPropertyList.php:373):

<key></key>
<string></string>

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></key>
<string></string>
<key>BatchAPIKey</key>
<string>...</string>
<key>BuildMachineOSBuild</key>
<string>...</string>
...
</dict>
</plist>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions