Command /Applications/Xcode-beta.app/Contents/Developer/usr/bin/actool failed with exit code 255

前端 未结 10 1949
轻奢々
轻奢々 2021-02-13 22:59

It happens in new Xcode7 beta:

CompileAssetCatalog /Users/admin/Library/Developer/Xcode/DerivedData/InstaAd-ddgdnbxlpxipirebpndfmgrxspel/Build/Products/Debug-iph         


        
10条回答
  •  我寻月下人不归
    2021-02-13 23:24

    I had the same issue with Xcode V7b6 and JPG images in assets. Strangely this was working for some JPGs but not for others.

    Then I've looked at the JPGs and their color profile, exif data and other meta stuff and indeed removing these data (via GraphicConverter) solved it for us and Xcode now builds fine.

提交回复
热议问题