ファイル名とメソッド名を継続的にリファクタリングしているときに、画像の欠落やIBActionの欠落に気付かないことがあります。
私が見つけることができるのは、ibtoolの使用例です。
ibtool --warnings --errors --notices file.nib > alerts.plist
alerts.plist will contain all warning, error, and notice mes-
sages from file.nib.
ただし、画像の欠落やIBActionの欠落については警告しません。
これらのエラーを効率的に検出する方法はありますか?