Error in Kotlin multiplatform project "linkDebugFrameworkIos"

I am getting error while runnig " ./gradlew clean -DenableJsTarget=false build -x allTests -x iosTest" command. Below is the error. PLease suggest some solution.

Task :linkDebugFrameworkIos
e: Compilation failed: Cannot run program “/Users/distiller/.konan/dependencies/clang-llvm-apple-8.0.0-darwin-macos/bin/clang”: error=2, No such file or directory

Updating the version number of dependencies resolved the issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.