Invalid PNG Image file: iDOT doesn't point to valid IDAT chunk

前端 未结 6 1901
北海茫月
北海茫月 2021-02-13 22:22

I have some HTML content pages in an app and I\'m using a UIWebView to display them. Some of these pages have a PNG image in them that is generating the following message in th

6条回答
  •  无人及你
    2021-02-13 22:35

    You may want to check you don't have another file with the same name in another directory. That is what caused this error for me .. (duplicate Default.png)

提交回复
热议问题