
Suppose you are from the iOS Design and development community. In that case, you may already be familiar with using Apple’s list, i.e. Property List file functionality, whereby you store your data in an XML file type (Apple’s list file format).
Adding 1,000 lines of code in the list file is painful, so what you do is copy and paste through the source tab.
But if you have done something wrong with the structure of the .plist file, you will get an error something like this

(more…)ERROR: ‘The data couldn’t be read because it isn’t in the correct format.’