We have several build configurations in our project, yet Xcode seems to ignore them when changing the run configuration in the scheme.
There are several OTHER_SWIFT_FLAGS
set like this
but all code paths using conditionals like #if APPSTORE_BUILD
etc. that worked previously with Xcode 16 just all default to the Debug
(RETAIL_BUILD
) configuration now.