Open
Description
Hi:
I am using xcconfig files to inject build settings to the xcode project. I managed to remove all build settings from the project except for SDKROOT
by doing:
options:
settingPresets: none
Is there any way I can clear SDKROOT
from the project build settings, as I have it set in the xcconfig files?
For example:
settings:
SDKROOT: none
Thanks