I need to build a debugging iOS distribution from UCB I checked in the UCB configurations there’s no way to change the current configurations.
Curerent Configuration
xcodebuild -resolvePackageDependencies -workspace ./Unity-iPhone.xcworkspace -scheme Unity-iPhone -configuration Release
Expected Configurations
xcodebuild -resolvePackageDependencies -workspace ./Unity-iPhone.xcworkspace -scheme Unity-iPhone -configuration Debug
Thanks in advance.