[iOS][Xcode] ビルドエラー「While reading … pngcrush caught libpng error」の解決方法
重岡 正 · Tue, September 24, 2013
iOSアプリのビルドエラー「While reading … pngcrush caught libpng error」の解決方法をメモ。
CopyPNGFile エラーメッセージ
Command emitted errors but did not return a nonzero exit code to indicate failure
CopyPNGFile エラーの解決方法
Project Target -> Build Phases -> Copy Bundle Resources にて、エラーが発生している画像ファイル名が重複して登録されている場合、片方だけ削除します。
以上です。
参考情報
・ビルドエラー「While reading … pngcrush caught libpng error」への対処方法 - 甘いものが好きです
