xcode7.3下,安装了最新的cocos2dx开发环境,建立了helloworld工程,在iPhone模拟器上运行一切正常,但连上4s真机后(4s,系统8.4),运行时这句
auto sprite = Sprite::create(“HelloWorld.png”);返回的sprite为空,调试后发现是CCImage.cpp的方法
bool Image::initWithPngData(const unsigned char * data, ssize_t dataLen)中
// read png file info
png_read_info(png_ptr, info_ptr);这个方法异常,为什么会这样?有同学遇到过么?怎么解决?