且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何知道哪一行plist文件不正确

更新时间:2023-02-13 20:13:57

尝试运行终端中的以下命令:

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.