I generate plist file for my application from file in csv format.
Everything seems to be correct but when I try to build application or open plist file in XCode i Get an error informing that:
mydata.plist:0: error: reading plist: The data couldn’t be read because it has been corrupted.
File contains a lot of data so it might be hard to manually find line which is incorrect.
Is it possible to validate file and get information which line is incorrect?
xmllint
on it to see if it's a well-formedness error. – Polygraph