Error just after installed Cocos2d-x

Installing Cocos2d-x is done, and run any project and then... what the hell is that!

Environment

Xcode 7.3
Cocos2d-x 3.10
(Without Android settings)

Hey, what's happened?

1. Create a cocos2d-x project from terminal like this below.
$ cocos new TestingProject -p com.Testing.TestingProject -l cpp
2. Build/run the project, and then...
libpng error: CgBI: unhandled critical chunk
3. Crash!

What should I do?

Change the part of build settings in Xcode.
Xcode -> TARGETS
-> Build Settings
-> Compress PNG Files - Packaging
-> Remove Text Metadata From Png Files
This value need to be changed Yes to No.

Ref Link

https://stackoverflow.com/questions/36595799