Does anyone have a guide on debugging an iOS app that's launched from Android Studio via the KMP plugin? I'm looking primarily to hit breakpoints in shared Kotlin code.
➕ 1
a
Alexandru Caraus
04/18/2025, 6:15 AM
Thereis or was a flag in AS settings to enable debug for ios. Experimental debug
Alexandru Caraus
04/18/2025, 6:15 AM
And then you ca run it as usual with debugger
a
Aidan
04/18/2025, 3:17 PM
Heh, I turned on experimental settings in AS which necessitated a restart and now I can launch my iOS target via the Debug button in AS, which was previously hidden.