美文网首页
IOS开发真机调试 png图片问题

IOS开发真机调试 png图片问题

作者: 26b5cc676194 | 来源:发表于2016-01-19 13:16 被阅读673次

    问题:

    CopyPNGFile /Users/gongihou/Library/Developer/Xcode/DerivedData/KTVgo-frborfduejxrajgpkfdaipygijow/Build/Products/Debug-iphoneos/KTVgo.app/zhuangtai.png KTVgo/zhuangtai.png

    cd /Users/gongihou/Documents/910

    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng -compress "" /Users/gongihou/Documents/910/KTVgo/zhuangtai.png /Users/gongihou/Library/Developer/Xcode/DerivedData/KTVgo-frborfduejxrajgpkfdaipygijow/Build/Products/Debug-iphoneos/KTVgo.app/zhuangtai.png

    Not a PNG filCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure

    解决方案:

    把工程中,Compress PNG files 设置为NO即可。

    可能你的图本来就是被压缩过的

    # via@新浪微博:王星凯SoWhat

    相关文章

      网友评论

          本文标题:IOS开发真机调试 png图片问题

          本文链接:https://www.haomeiwen.com/subject/vogkkttx.html