Plist Error: String is Empty

Mivjlwvhtbfqv

New Member
I've created a PHP application to output a plist to bridge the gap between a database and an app.The decision was made to use a plist as opposed to a sqlite database in the app above me so I must find a way to make this work. I try and open the plist in x-code and it tells me that it's corrupt.So I ran the console command:\[code\]sudo plutil ./filename.plist\[/code\]This said 'Conversion of string failed. The string is empty'.So i opened the plist in a text editor and did a search for \[code\]<string></string>\[/code\] (denoting an empty string) which brought up no results. So I'm unsure what's wrong with it!Can you help me?I need a way to debug and figure out where the error is, but there doesn't seem a simple way to debug a plist file.
 
Back
Top