diff --git a/shared/src/main/kotlin/org/jetbrains/kotlin/konan/target/Xcode.kt b/shared/src/main/kotlin/org/jetbrains/kotlin/konan/target/Xcode.kt index 39631ac8c1e..ae8e267bd83 100644 --- a/shared/src/main/kotlin/org/jetbrains/kotlin/konan/target/Xcode.kt +++ b/shared/src/main/kotlin/org/jetbrains/kotlin/konan/target/Xcode.kt @@ -44,7 +44,7 @@ private object CurrentXcode : Xcode { override val additionalTools: String by lazy { val bitcodeBuildToolPath = xcrun("-f", "bitcode-build-tool") - File(bitcodeBuildToolPath).parentFile.absolutePath + File(bitcodeBuildToolPath).parentFile.parentFile.absolutePath } override val macosxSdk by lazy { getSdkPath("macosx") }