In my Xcode project, I set up two schemes: Dev and Release; each corresponds to the configuration of the same name.
The problem is, when I activate the Release scheme, the project still uses the Dev configuration: in project details, I see product name and bundle identifier that belong to Dev.
Here’s scheme settings for Release. As you can see, the Release configuration is selected for all modes.
And here’s what I see in the Identity pane with the Release scheme activated:
Is it an Xcode bug or me doing something wrong? How can I fix this?