Hi guys i upgraded to Xcode 15, and i am having issue building the shared module, here is the error ...
b
Hi guys i upgraded to Xcode 15, and i am having issue building the shared module, here is the error
Copy code
Please try to disable compiler caches and rerun the build. To disable compiler caches, add the following line to the gradle.properties file in the project's root directory:
    
    kotlin.native.cacheKind.iosArm64=none
    
Also, consider filing an issue with full Gradle log here: <https://kotl.in/issue>
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
-iphoneos_version_min has been renamed to -ios_version_min
ld: warning: ignoring duplicate library '-ldl'
ld: unknown options: -sdk_version
a
There is a workaround available here: https://youtrack.jetbrains.com/issue/KT-60230 It should be fixed in Kotlin 1.9.10
K 1
1429 Views