Hi all. Im getting ```Caused by: org.jetbrains.ski...
# compose-desktop
x
Hi all. Im getting
Copy code
Caused by: org.jetbrains.skiko.LibraryLoadException: Cannot find libskiko-macos-arm64.dylib.sha256, proper native dependency missing.
this can be fixed by changing build script to
Copy code
implementation(compose.desktop.macos_arm64)
but that kinda defeats the multiplatform approach I'm using compose-jb version 1.2.0-alpha01-dev753
e
You're getting that error when you use
implementation(compose.desktop.currentOs)
?
x
yup
e
That's weird. Probably good to file an issue on CfD
l
I get a similar issue when building for a device on iOS. Oddly, simulator works fine.
365 Views