iOS-MVVM-ProjectTemplate icon indicating copy to clipboard operation
iOS-MVVM-ProjectTemplate copied to clipboard

Beta-Development configuration is considered to be debug type

Open olejnjak opened this issue 6 years ago • 0 comments

Xcode considers every configuration that contains Development to be debug, hence suggests recommended build settings for debug. But we use this configuration as release config, so we should take care of that.

recommended_settings

Right now the best solution seems to be just to rename that configuration so Xcode is not that confused.

olejnjak avatar Feb 27 '20 14:02 olejnjak