XcodeGen
XcodeGen copied to clipboard
Clang settings appears to be applied to the wrong configuration list in the project.pbxproj file
Clang settings appear to be added to the wrong configuration list within the project.pbxproj
file.
When trying to set CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED
to YES
in order to silence a warning, Xcodegen adds them to the PBXNativeTarget
build configuration list while changing the setting within Xcode applies it within the PBXProject
build configuration list.
Is there a way to make sure that this setting gets applied to the correct configuration list?
You can apply the setting to the whole project under the top level settings
, instead of in a target
Still an issue.
Setting it on the project level works, but I believe it should also be possible setting on individual targets.
I'm not sure I understand the issue? What is Xcode doing that is different? If when you're applying this in Xcode using the Build Settings tab, it applies the set build setting depending at which level you click on (target, project, config..etc). Is there something specific about this particular build setting I'm not understanding?