iOS build Info.plist invalid

Hello,

i don’t know if its a bug or not but on the latest macos version with xcode i can’t use the builtin Info.plist because of this string in the second line:

[ <!ATTLIST key merge (keep) #IMPLIED> ]

In Xcode i’ve got the error of a missing Info.plist (when i tried to install it on my device) and after checking it with plutil i’ve found the error.
I copied and removed this piece of code and everything worked fine.

Is this a normal behavior? Did i missed something?

no, it’s a bug.
Fixed in 1.3.7 beta.
As a workaround you can create your custom plist (just copy-paste th default one) and remove this block.

Ahh okay, thank you i’ve done it already.

1 Like