libpng error: CgBI: unhandled critical chunk xcode 7.3

libpng error: CgBI: unhandled critical chunk xcode 7.3

切换到Xcode7.3后,和运行项目一样,出现如下错误-

libpng error: CgBI: unhandled critical chunk

我已将项目目标的构建设置中的 Compress PNG Files 设置为 NO

我清理并重建了项目,但它仍然无法正常工作并出现上述错误。

欢迎任何 suggestions/help 解决上述问题 is/are。提前致谢。

除了在项目目标的构建设置中关闭 Compress PNG Files 标志。我还关闭了另一个标志,即 Remove Texture Metadata from PNG File。这样做,解决了问题 libpng 错误:CgBI:未处理的关键块 发生在 Xcode 7.3.

Xcode 7.3 中,默认情况下标志 Remove Texture Metadata from PNG File 处于打开状态,因此即使您的项目在 Remove Texture Metadata from PNG File 的早期版本中执行=30=] 其中包含此标志设置为禁用,您还需要再次将其关闭以解决此问题。

参考下面的屏幕截图,显示了在项目目标的构建设置中关闭所需的标志以解决 Xcode 7.3.[=14 中的上述问题=]