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

前端 未结 22 1000
走了就别回头了
走了就别回头了 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:15

    I got the same error. Turned out my pngs where actually jpeg. XCode showed them properly but an iOS device didn't. Solved it by saving the jpg as png.

提交回复
热议问题