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
François
12/04/2024, 9:26 AM
Debugging the ios app from android studio needs to enable “Enable experimental Multiplatform IDE features” from the IDE settings
François
12/04/2024, 9:27 AM
By default, the KMP template has a “iOS Application” run config
s
Sterling Albury
12/04/2024, 6:41 PM
ah, awesome! thank you!
Sterling Albury
12/04/2024, 6:46 PM
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
Sterling Albury
12/04/2024, 9:27 PM
ah i needed to install the kotlin multiplatform plugin too...i see the ios run config now