Hey team, I’m trying to run first time multiplatfrom Kotlin app.
I’ve created project from idea template, but it fails with the following error:
Copy code
org.jetbrains.kotlin.konan.MissingXcodeException: An error occurred during an xcrun execution. Make sure that Xcode and its command line tools are properly installed.
Besides at the same time I’m able to compile and run it from Xcode
What could be configured wrong?