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

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

    This error happens because you have an image in resources that's smaller than 5 pixels in width or height and you are trying to resize that image. Set all images to minimum of 5 pixels and error disappears.

提交回复
热议问题