Files
kotlin-fork/shared
Ilya Matveev b88f236ae4 Process xcrun failures when a local Xcode is used
The K/N compiler uses a toolchain and command line tools provided
by Xcode. But if Xcode or command line are not properly installed
the compiler fails with a cryptic error message (e.g. see #3587).

This patch processes failures during an xcrun execution and reports
a better error message.
2019-11-28 12:21:50 +07:00
..