bitrise-steplib / steps-xcode-build-for-simulator

MIT License
4 stars 18 forks source link

Configuration defaults to Debug #14

Closed morsumapps closed 5 years ago

morsumapps commented 5 years ago

In version 0.10.0 the description for the configuration input in workflow editor states "(optional) The configuration to use. By default your Scheme defines which configuration (Debug, Release, ...) should be used, but you can overwrite it with this option."

This doesn't seem to be the actual behavior though. If empty, the build defaults to Debug configuration (or possibly the first one defined in the project) although the scheme states otherwise.

Also the configuration input is marked as required in the workflow editor while it is described as optional.