[iOS][Xcode] Solution for Build Error 'While reading … pngcrush caught libpng error'
Memo on the solution for iOS app build error “While reading … pngcrush caught libpng error”.
Command emitted errors but did not return a nonzero exit code to indicate failure
In Project Target -> Build Phases -> Copy Bundle Resources, if the image file name causing the error is registered as a duplicate, delete one of them.
That’s all from the Gemba.
・ビルドエラー「While reading … pngcrush caught libpng error」への対処方法 - 甘いものが好きです