How to get log around CompileAssetCatalog failure ?

Hi,

I am getting the following during compilation:

Code Block
The following build commands failed:
CompileAssetCatalog /Users/.../Resources/Shared.xcassets

How can I get more log around the issue ? (this is on CI)

Thanks.

unfortunately we have the same issue. This fails randomly for us on CI and is not reproducible and haven't found a workaround yet :(

The problem for me was a couple of PNG files that had the wrong extension (.jpg). I used file <filename> to check which ones I needed to fix.

How to get log around CompileAssetCatalog failure ?
 
 
Q