https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

Vince

10/05/2023, 8:25 PM
I'm still having some issues getting my app to run on an iOS sim; I changed my gradle JVM to 17 and I'm getting this
Copy code
The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: unknown options: -ios_simulator_version_min -sdk_version
y

Yusuf

10/06/2023, 7:25 AM
Hey, I have encountered this problem after XCode updated to 15. I have solved it by updating Kotlin to 1.9.10 and AGP to 8.1
v

Vince

10/06/2023, 5:03 PM
Hmmm; thanks for the response. I think I've got that updated correctly and I'm still getting some errors; all of the link tasks for iOS failed
2 Views