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
zsmb
04/21/2025, 1:59 PM
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
Jonathan
04/23/2025, 2:50 PM
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
zsmb
04/23/2025, 2:54 PM
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
Jonathan
04/23/2025, 2:59 PM
Ahhh.. Thanks for the clarification.
c
Colton Idle
04/25/2025, 8:39 PM
i didn't know that button worked from studio. i have the plugin but i always see the red x... hm...
Colton Idle
04/25/2025, 8:40 PM
and when I click "Fix" when editing the config... no dice.
u
אליהו הדס
04/26/2025, 7:25 PM
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