before update the xcode i worked on xcode 14.3. af...
# multiplatform
p
before update the xcode i worked on xcode 14.3. after, update xcode 15. i get this errors. and, i can’t build my project. '> Task sharedlinkDebugFrameworkIosArm64 FAILED e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors 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: unknown options: -sdk_version '
b
For us increasing kotlin to 1.9.10 version helped building project in xcode.
p
where i update the kotlin version in androidstudio?
s
try
Copy code
kotlin("android").version("1.9.10").apply(false)
kotlin("multiplatform").version("1.9.10").apply(false)
in your build.gradle.kts
👌 1
p
i need to update gradle version?
b
android-gradle-plugin = "8.0.2"
p
are you already facing this issue? what is android studio version do u using now?
thank you mate😊. It’s perfectly working. @Simon Buechner @Blaž Vantur
🦜 1
h
Helped us out too, Thanks 🙂
🦜 1
s
No problem 😂 @Praveen Kumar
b
I have same error when I tried 2.0.21 :(