Plist parse errors in appium console logs

Hi All,

I’m using appium 1.2.2(cygnus) and getting below errors in appium console logs while running my iOS application through appium:

  • Error1
    error: Could not parse plist file (as binary) at /Users/meenaljain/Desktop/AppFiles/FileExplorer.app/en.lproj/Localizable.strings
  • Error2
    error: Could not parse plist file (as XML) at /Users/meenaljain/Desktop/AppFiles/FileExplorer.app/en.lproj/Localizable.strings

What changes do I need to make to avoid these errors in appium app?

Thanks,
Meenal

Your plist file is probably in xml format. If so, you need to convert it to binary form. But I think this has already been fixed.

Plist parse error is still reproducing in appium v1.2.4