0

I am trying to create a drop down for a custom User-Defined build setting. I have created the setting LOGGING_LEVEL but I can only enter a static value against each build configuration

enter image description here

I want to be able to select from a list like all the pre-defined setting

enter image description here

I am not sure if this is possible or not?

Carl Thomas
  • 3,605
  • 6
  • 38
  • 50

1 Answers1

0

Sadly, this is not possible. User Defined setting is some sort of preprocessed macro. It should hold no more than one value as it's a basic variable.

Ashraf Tawfeeq
  • 3,036
  • 1
  • 20
  • 34