I'm still having some issues getting my app to run...
# multiplatform
v
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
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
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