Does anyone know any open source project that iOS ...
# multiplatform
z
Does anyone know any open source project that iOS can run on Mac M1? I have tried the kmm starter project of Android Studio, but it does not work for me.
h
Until Kotlin 1.5.30, you can only use the
arm64
target to build on M1 Mac. But you would lost the
x64
target, which is needed for the simulator/SwiftUI preview
s
Simulator on Mac M1 also works if you exclude arm64 architecture. Didn't work for me in the first place, but after a while. 😄