ios - <Error>: ImageIO: PNG invalid PNG file: extra chunks between iDOT and IDAT -


just got funny looking error in swift project debugger.

there invalid name of image somewhere, not sure extra chunks between idot , idat mean.

do have idea causes it?

this issue random , happened me few images. xcode bug.

  1. my image called "back2@2x.png"
  2. i renamed "back2.png"
  3. ran project (the image appear stretched)
  4. changed "back2@2x.png"
  5. ran project
  6. fixed?!

good-luck hope helps!


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -