For several evenings I have been unable to assemble the KMM default project on m1 in AppCode. Default project Android Studio crash after run application in simulator. Sadness. Yearning.
Vitaliy Zarubin
10/23/2021, 10:33 AM
Found this way to work with KMM for myself and my air M1
https://youtu.be/avrUvZqOQC4▾
m
Michal Harakal
10/24/2021, 2:39 PM
It didn’t got it running by myself with simulator at a time trying, because of missing support for 1.5.x by 3rd party libs, but I’t got running environment with a real iOS device on Apple Silicon Mac. AFAIK, you need to add explicit new target like ``iosSimulatorArm64` . May be this helps.