How to know which line of plist file is incorrect

自古美人都是妖i 提交于 2019-11-29 20:09:09

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.

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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!