For several evenings I have been unable to assembl...
# multiplatform
v
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.
Found this way to work with KMM for myself and my air M1

https://youtu.be/avrUvZqOQC4

m
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.
🙏 1