How do I run the iOS version of the <compose-multi...
# compose-ios
m
How do I run the iOS version of the compose-multiplatform-ios-android-template project? I cloned the project and made sure that all the dependencies are prepared with
kdoctor
, but the
iosApp
run config does not show up for me in Android Studio.
👍 1
1
a
Make sure you have the Kotlin Multiplatform Mobile plugin installed
thank you color 1
m
Ah, I installed it at an earlier point but it was disabled for some reason. That did the trick, thank you very much!
👍🏻 1
p
I run it from Xcode, I use a physical device for development and for some reason IJ/AS gives me errors when trying to run on a physical device, only works on emulators for me.