Xcode 26 RC doesn't properly use build configurations

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.

Answered by eaigner in 858037022

Nevermind, the issue was caused by some other component in the build pipeline.

Accepted Answer

Nevermind, the issue was caused by some other component in the build pipeline.

Xcode 26 RC doesn't properly use build configurations
 
 
Q