How to know which line of plist file is incorrect

前端 未结 2 1056
难免孤独
难免孤独 2020-12-23 03:28

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 Ge

相关标签:
2条回答
  • 2020-12-23 03:56

    Try running the following command in Terminal:

    plutil <PATH_TO_FILE>
    

    It will tell you what the problem is and give you the line number.

    0 讨论(0)
  • 2020-12-23 04:02

    Open plist file in Chrome browser gives the error line number.

    0 讨论(0)
提交回复
热议问题