Hi, i just try to build an application with kmm, but after i added compose multiplatform dependencies i got this build error:
Copy code
> Task :presentation:linkDebugTestIosSimulatorArm64
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:
ld: warning: object file (/var/folders/f3/c96xdv494td27tvxx5v_2xjw0000gn/T/included3637899325504993093/libskresources.a(libskresources.SkResources.o)) was built for newer iOS Simulator version (15.2) than being linked (9.0)
Can someone help me with this problem?
Hai Tran
08/27/2023, 6:53 AM
i just figured out that compose version 1.4.0 it cause