Every now and then our CI run would fail to compile our app project with the following error:
This started happening with Xcode 11.0 and still exists today with Xcode 11.5 and Xcode 12.0 Beta.
Questions:
We have two .xcassets files in our app project. Not sure if this is important.
Command CompileAssetCatalog failed with a nonzero exit code
A simple re-trigger of the same CI job (Jenkins) without any code changes would then succeed without any errors.Exit status: 65
This started happening with Xcode 11.0 and still exists today with Xcode 11.5 and Xcode 12.0 Beta.
Questions:
How and where can I get more info why CompileAssetCatalog command failed?
What does exit status 65 mean?
Where can i find the error codes of actool?
Can anybody point me in the right direction how to debug this to figure out what makes it fail?
We have two .xcassets files in our app project. Not sure if this is important.