Hello ! 👋
I have a configuration setup question.
My project is setup as is:
root
-> doctor
--> composeApp
--> iosApp
-> patient
--> composeApp
--> iosApp
I am using the new Compose multiplatform plugin, but I have a problem regarding adding a
Xcode application
configuration, only the target from the
doctor
app is detected and I cannot manage to add it for the
patient
app
I tried to follow the documentation to add a new
Xcode application
configuration for the
patient
app, still, despite setting the Working directory properly, the target and executable are still the one of the
doctor
app
Does anyone have a lead on this ? 👀