Hey team, I’m trying to run first time multiplatfr...
# multiplatform
i
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?
Ok, the installed xcode and the following command solves the problem:
t
@Igor Drozdov 2 years later, the above command helped me today 😄