Search Unity

Xcode Failed to open property list

Discussion in 'iOS and tvOS' started by coshea, Sep 28, 2021.

  1. coshea

    coshea

    Joined:
    Dec 20, 2012
    Posts:
    319
    Hi

    I've just done a clean build using Unity 2019.4.30 and opened in XCode 13. When I go to build I get an error and opening info.plist it pops up an alert:

    "Failed to open property list: Encountered unexpected character [ on line 2 while parsing DTD"

    I looked at the source of info.plist and the offending line is:

    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"[]>

    Is this the correct format? When I delete the [ ] brackets on this line, I can then open the plist fine.

    Thanks
    Chris
     
  2. Alexey

    Alexey

    Unity Technologies

    Joined:
    May 10, 2010
    Posts:
    1,624
    No, indeed [] are erroneous
    However when i tried build from an empty project i dont see these added