I have tackled a weird exception that throws the following when I run the linkDebugFrameworkIosArm64
Gradle task or any architecture variant of it for a KMM module;
e: Could not find "Yekta" in [/Users/yektasarioglu/Desktop/workspace/kotlin/kotlin-multiplatform/personal/yektasarioglu-app/yektasarioglu-shared/layer/kmm_regular_framework, /Users/yektasarioglu/.konan/klib, /Users/yektasarioglu/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20/klib/common, /Users/yektasarioglu/.konan/kotlin-native-prebuilt-macos-aarch64-1.7.20/klib/platform/ios_arm64]
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':yektasarioglu-shared:layer:kmm_regular_framework:linkDebugFrameworkIosArm64'.
> Compilation finished with errors
I searched almost everything related to it and could not find any other instances or related issues. Have you ever encountered these kinds of problems or related ones? Do you have any idea why this problem may occur? Thanks.