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