Why is arm64 disabled for Decompose ? <@UHAJKUSTU>...
# decompose
o
Why is arm64 disabled for Decompose ? @Arkadii Ivanov
Copy code
arm64 = null, // Comment out to enable arm64 target
I’m trying to use
com.arkivanov.decompose:extensions-compose-jetbrains:1.0.0-alpha-06-native-compose
a
This should be only in samples, just to speed up CI builds.
a
Weird, I’m getting errors regarding package not resolved when adding the extensions compose dependency for my compose ios project
a
Perhaps because Compose for iOS doesn't support simulatorArm64 target yet
a
Forgive my ignorance but i was able to run my compose ios project on a m1 mac, isn’t iosSimulatorarm64 for m1 macs ? Correct me if I’m wrong ?
a
You might be running x64 instead, as simulatorArm64 is not supported
a
Thanks! Will update accordingly 💪
a
Oh, I see that simulatorArm64 is supported since 1.2.0-alpha01-dev768, I should enable this target for Decompose extensions as well! Could you please file an issue?
a
Awesome!
l
They snuck arm64 simulator support in one of the dev builds a while back. They didn’t make much noise about it, but it was the last library blocking an app at work from using the arm64 simulator.
a
simulatorArm64
is now available in version
1.0.0-alpha-07-native-compose