You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a custom configuration with project.debug_configuration :Test, I do see this configuration in project.all_configurations.each, but not in target.all_configurations.each. Besides not having Test there, target also still has the implicit configurations Debug and Release.
Not sure if this is the way it is supposed to be and if so, is there a way I could get the project configurations also as target configurations?
The text was updated successfully, but these errors were encountered:
When trying to create a custom configuration with
project.debug_configuration :Test
, I do see this configuration inproject.all_configurations.each
, but not intarget.all_configurations.each
. Besides not havingTest
there, target also still has the implicit configurationsDebug
andRelease
.Not sure if this is the way it is supposed to be and if so, is there a way I could get the project configurations also as target configurations?
The text was updated successfully, but these errors were encountered: