Distill failed for unknown reasons (xcode 11 beta 5

Xcode 11.0 beta 5 get this error


My project in xcode 10.3 is work fine.

Accepted Reply

I resolve it by upgrading my os version(10.15 beta2 ->10.15 beta8).

Replies

Seems it's not fixed yet in XCode beta 7.

I had this too, with Xcdoe11beta7 (Version 11.0 beta 6 (11M392r))

Don't cry; file a bug report. I'm encounter it, as well 😟

Version 11.0 (11A419c) still has this problem

Still an issue on 11 GM 😟 Any solutions?

Any solution so far? Xcode 11 GM

I resolve it by upgrading my os version(10.15 beta2 ->10.15 beta8).

Can confirm, this fixes it.

Issue still on Xcode 11 production 😢

Same.

Update system to macOS Catalina 10.15 Beta 9. fix this bug.

I got the same problem but I have fixed it.


In my case, there was a wrong image file in an asset.


For example, the "background" asset has two appearances (Any and Dark). By the way, the dark appearance image source file has the error that the file size is zero.

This is the correct answer!

Catch this on 12.0.1 (12A7300). Trying to understand what the reasons....
Find the solution - check all files in Assets, find the corrupted one and removed it from Assets. All work fine now.