what's the best way to launch an iOS app from Inte...
# ios
s
what's the best way to launch an iOS app from Intellij Idea? I don't see anything ios related in the run configurations and I can't find any plugins that might help? I've seen people do some debugging of a kmp ios app but not finding any resources on how to set this up.
f
Debugging the ios app from android studio needs to enable “Enable experimental Multiplatform IDE features” from the IDE settings
By default, the KMP template has a “iOS Application” run config
s
ah, awesome! thank you!
i enabled the feature but I don't see anything different in the run config. when I open a kmp template project I don't see the run config there either
ah i needed to install the kotlin multiplatform plugin too...i see the ios run config now
🙌 1
f
Yes, it’s the basic setup. Small tips, you can make this plugin as require for your project : jetbrains://AndroidStudio/settings?name=Build%2C+Execution%2C+Deployment--Required+Plugins