Build app with Xcode 4 - it always show some error about PNG image

前端 未结 22 1006
走了就别回头了
走了就别回头了 2020-12-07 12:46

When I build my app with Xcode 4 it always show this error message:

CopyPNGFile /Users/michaelchen/Library/Developer/Xcode/DerivedData/iMusicBox-boeawugacmha         


        
22条回答
  •  被撕碎了的回忆
    2020-12-07 13:01

    It looks like your PNG file list_cell.png is corrupt. Xcode 4 makes more checks than Xcode 3 in many areas and reveals problems that have been lurking in your project all the time.

    Have you tried to open your PNG file in an image editor and save it again?

提交回复
热议问题