I have an Xcode 15.4 project with 4 targets (i.e. 2 UI and 2 CLI). Next, I'm looking to set a unique scheme for each target but it keeps changing to one of the previously set schemes. For example, I have the following four targets and I would like to have the associated:
Target 1 - > Scheme 1
Target 2 -> Scheme 2
Target 3 -> Scheme 3
Target 4 -> Scheme 4
When the target is selected, shouldn't the corresponding scheme be updated in the Xcode toolbar? Or is there a setting that I'm missing to enable/disable within Xcode that would resolve this issue?
Finally, I'm seeing similar behavior in Xcode 16 beta 1.