I'm using IntelliJ Ultimate, and to run my Compose...
# compose-ios
u
I'm using IntelliJ Ultimate, and to run my Compose app on iOS, I have to open Xcode and run it. Is there another way?
z
This is the way to do it currently. But stay tuned, we're working on adding this as a feature to IntelliJ.
K 12
j
I’m able to launch my iOS app from Android Studio. I do have XCode installed but it’s not open/running when I launch the app. Any idea why Ultimate behaves differently?
z
There is a KMP plugin for Android Studio which provides the iOS run functionality. There's no such plugin for IntelliJ IDEA yet - but again, stay tuned.
j
Ahhh.. Thanks for the clarification.
c
i didn't know that button worked from studio. i have the plugin but i always see the red x... hm...
and when I click "Fix" when editing the config... no dice.
u
For those who can't wait, i wrote a small script and a small Gradle task to run the app on ios, much faster and more ram efficient than going through xcode
👀 1