LoginSignup
8
6

More than 5 years have passed since last update.

plistのエラーチェック方法

Posted at

備忘録

macでplistのエラーをチェックする方法

ターミナルで、以下を入力
plutil plistファイルのパス

問題がなければ、
OK
と表示されます。

問題があれば、
Encountered unexpected character d on line 6 while looking for close tag
のようにエラーの行と内容が表示されます。
複数問題があれば、一番上のエラーが表示されます。

8
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
6