https://kotlinlang.org logo
z

Zhiqiang Bian

07/25/2021, 3:25 PM
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

hfhbd

07/25/2021, 3:37 PM
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

Stefan Oltmann

07/26/2021, 3:59 AM
Simulator on Mac M1 also works if you exclude arm64 architecture. Didn't work for me in the first place, but after a while. 😄
2 Views