Environment
Xcode 7.3Cocos2d-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 cpp2. Build/run the project, and then...
libpng error: CgBI: unhandled critical chunk3. 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.